Reputation:
I use "createTemporaryDirectLink" method to get links for streaming my video. it works like a charm... but every time I need to update these links as they expire.
I wonder whether there is a possibility to get and then keep permanent links for streaming media?
Thanks
Upvotes: 4
Views: 2893
Reputation: 60143
You might want to instead get a share link via createShareableLink and then convert it to a direct link by stripping the other query parameters and adding raw=1
. (See https://www.dropbox.com/help/201 for details on how to manipulate share links.)
Upvotes: 3