We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
ideveloper200
8 years agoExplorer | Level 3
How Can I Give Access Level To Create Shared Link using REST API ?
Hi, I want to give acess level while sharing files or folders using rest api? Please help
Greg-DB
Dropbox Community Moderator
8 years agoYou can create a shared link using the /2/sharing/create_shared_link_with_settings endpoint.
You need a Dropbox API app with the app folder or full Dropbox permission, or a Dropbox Business API app with the team member file access permission to use that.
ideveloper200
8 years agoExplorer | Level 3
Hi,
Yes you are right,But how can i add access level to that create link.There is no such parameter for access level for this API.
If you hav example of code please share-
give edit only access for created shared link using REST API
- Greg-DB8 years ago
Dropbox Community Moderator
You can use the 'settings' parameter on the /2/sharing/create_shared_link_with_settings endpoint to set the link settings, such as 'requested_visibility' or 'link_password'. (Be sure to click on 'SharedLinkSettings' to see the documentation for those options.)
The API v2 Explorer can be helpful for prototyping calls with specific parameters.
- ideveloper2008 years agoExplorer | Level 3
Hi,
Yes with setting i can give security level but i want to create shared link with only view access level or edit level access level.
For example- "https://www.dropbox.com/s/k3qefy79ywr9dk0/Test.txt?dl=0"
Now if you go to this link you can just view that document.I want this should be editable too.So how can i achieve this.
- Greg-DB8 years ago
Dropbox Community Moderator
Shared links don't offer edit access. If you want to share particular files with specific members with specific access levels, you can use /2/sharing/add_file_member instead:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_file_member
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!