Hi Dropbox community,
In my application, I am caching a list of internal objects which represent a list of excel files in dropbox. For each internal object I am generating a temporary direct url using api v1. I've read in a different post, that this url experies after 4 hours [https://www.dropboxforum.com/hc/en-us/community/posts/204324265-I-m-saving-a-file-url-by-using-dropin-api-after-a-while-that-url-starts-to-give-401-]. \
Is there a way to generate a permanent download link ? What other options do I have via dropbox api ?
If not, my option would be to set up a 4 hour recurring task, that refreshes my cache, in order to generate a new functional download links for my endusers.
thanks,
-victor