We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
AlecF
3 years agoExplorer | Level 4
Node/JS SDK - /get_temporary_link
Hello,
getting started w/ Dropbox and have a couple of questions re /get_temporary_link.
(1) I saw that the Java SDK has a direct method for `.get_temporary_link()`, see here , but I cann...
Greg-DB
Dropbox Staff
(1) That's correct, in particular, it's the filesGetTemporaryLink method.
(2) The Dropbox API doesn't offer a way to customize the lifetime of temporary links from filesGetTemporaryLink in particular, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. As you found, you can instead use sharingCreateSharedLinkWithSettings to create shared links with optional arbitrary expiration, as long as the account has access to that feature. The Dropbox API uses the ISO 8601 "combined date and time representation" format for timestamps.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 7 hours 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!