Hi everyone!
I use the API https://content.dropboxapi.com/2/files/upload to upload files. After uploading, I get the file ID.
I'm trying to figure it out, but it doesn't work out, how do I get public and temporary links to uploaded files?
By public links, I mean that anyone who has this link can see them indefinitely.
Under temporary - everyone can see it, but for a limited time after which this link will no longer be available. It is necessary for the link to operate for a configurable time, for example, 90 seconds.
All files are saved to a shared command folder, not to a personal account folder.
The users who will receive these links are not Dropbox users.
Thanks!