Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
JohnPeterD
9 years agoNew member | Level 2
Creating Temporary access to download files with random credential instead of common password
We have a mobile application with multiple users accounts, everyone needs to download the certain files from dropbox. But we don't want to make the dropbox files to give public access or not to manag...
JohnPeterD
9 years agoNew member | Level 2
We have a mobile application with multiple users accounts, everyone needs to download the certain files from dropbox. But we don't want to make the dropbox files to give public access or not to manage through team users in dropbox. What would be the best way to make the download process secured for each user.
We want to create temporary links / access / any other way to download files by user with separate credential
We are providing API to mobile application users, so we need to provide temporary access to download a file who calls an API like this /media/{id}/download. So we need set password or create temporary link to download the file. we need to acheive this throuh dropbox API. we checked shared_link API "https://dropbox.github.io/dropbox-api-v2-explorer/#sharing_create_shared_link_with_settings" with expires / password but when we try to create another link it throws link already exists. we want to create different link for each request and set different password. A new temporary link for each request. The link can even expire withing five minutes
Greg-DB
Dropbox Community Moderator
9 years agoIt sounds like the closest thing the Dropbox API offers is the get_temporary_link endpoint:
https://dropbox.github.io/dropbox-api-v2-explorer/#files_get_temporary_link
You can call that to get a temporary link that expires in four hours, and you can call it multiple times to get different links. You can't add a password or configure the time limit though.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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, Facebook or Instagram.
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!