user4474387
user4474387

Reputation:

Dropbox API - Get permanent link for my media?

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

Answers (1)

user94559
user94559

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

Related Questions