Hi,
This is my scenario: I need to write a file in users' Dropbox using the Core API and make it accessible (sharable) publicly and for a longer period (than 4 hours). I need somehow a similar behavior to the old Public folder, when the public link was available forever. I have noticed that if users share something via the "Share Dropbox link" they can set the expiration date or even remove it, but I cannot find a similar option via API.
So far, I am able to make the authentication, etc. and write anywhere/anything in a user's dropbox via the Core APIs but I cannot figure out how to make a file (or a folder) always accessible. The media API seems the closest way, but it expires after 4 hours.
Is there a way to do this?
Thanks so much!
Giorgio