Dropbox API - Get permanent link for my media?

倖福魔咒の 提交于 2019-12-23 12:42:07

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!