You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Maltmax
7 years agoNew member | Level 2
Temporary Link
Hello. How do I make a Temporary Link for a phtoto that I just uploaded to dropbox? I cant figure it out on the api v2 I'm using the Python Dropbox SDK btw. Thanks a lot!
- 7 years ago
To get a temporary link to a file on Dropbox using the official Dropbox API v2 Python SDK, you should use the 'files_get_temporary_link' method.
The 'path' there should be the path to the file on Dropbox. You can supply that directly, or get it from Metadata.path_lower (e.g., as returned by 'files_upload', etc.).
Greg-DB
Dropbox Staff
To get a temporary link to a file on Dropbox using the official Dropbox API v2 Python SDK, you should use the 'files_get_temporary_link' method.
The 'path' there should be the path to the file on Dropbox. You can supply that directly, or get it from Metadata.path_lower (e.g., as returned by 'files_upload', etc.).
Maltmax
7 years agoNew member | Level 2
Thank you so much! That was really a big help you know.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,884 PostsLatest Activity: 39 minutes agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!