问题
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
回答1:
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.)
来源:https://stackoverflow.com/questions/29669173/dropbox-api-get-permanent-link-for-my-media