Earlier quoted context omitted.
What’s the reason sending a link is a mess for you?
Please refer to my other comments on this thread.
How to copy a file between devices? (2022)
351–354 of 354 posts
Re: How to copy a file between devices? (2022)
#352Also, you can send files to yourself and others using XMPP, there are free servers available online.
Re: How to copy a file between devices? (2022)
#353For this I created a public Backblaze bucket, created a lifecycle rule that deletes files after 7 days, created an application key with write privileges but not read ones, then wrote a script that uploads an arbitrary file under a random name so only people with the name will be able to download or overwrite it. The best part is that the file is available under an HTTP direct link, not behind an obscure webpage with…
Re: How to copy a file between devices? (2022)
#354For this I created a public Backblaze bucket, created a lifecycle rule that deletes files after 7 days, created an application key with write privileges but not read ones, then wrote a script that uploads an arbitrary file under a random name so only people with the name will be able to download or overwrite it. The best part is that the file is available under an HTTP direct link, not behind an obscure webpage with…
No need to give your file an obscure name, or use a public bucket. You can use a private bucket and create a presigned URL with an expiration of up to one week.