Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
rf27
9 years agoNew member | Level 2
Generate links and passwords with Python
Hi, I am looking to generate shared links with individual passwords for a lot of folders in one directory in Dropbox. Could you please give me some starter code or point me to more information fo...
Greg-DB
Dropbox Community Moderator
8 years agoShawnLyu You can find more information about the SharedLinkSettingsError.not_authorized error in the documentation here:
In short, you'll get that if you try to use a setting that isn't available to the account for the access token you're using. Free accounts can't set link passwords or expirations, for example.
ShawnLyu
8 years agoExplorer | Level 3
Thanks for your information and that helps a lot!
I got another problem and it would be great if you could help with it:
I've developing a website where clients would request for access to certain files/folders. In this case I wish I could generate shared links with passwords and expire date for each of them differently, say they would each get a unique accessible link with password which would be valid within certain dates.
However, I would get shared link exists errors when I try to generate sharing links for files/folders that have one already.
So do you provide any solutions targeting this scenario?
I got another problem and it would be great if you could help with it:
I've developing a website where clients would request for access to certain files/folders. In this case I wish I could generate shared links with passwords and expire date for each of them differently, say they would each get a unique accessible link with password which would be valid within certain dates.
However, I would get shared link exists errors when I try to generate sharing links for files/folders that have one already.
So do you provide any solutions targeting this scenario?
- Greg-DB8 years ago
Dropbox Community Moderator
ShawnLyu It's not possible to create more than one distinct shared link per single file or folder, but I'll pass this along as a feature request.
That being the case, you'd need to either use the same shared link for each client, or make a copy of the file or folder for each client (and make a shared link for each copy).
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!