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

journeymigration's avatar
journeymigration
Helpful | Level 5
2 years ago

How to update shared folder link access from edit to view

I've successfully created a backend service to update shared folder member access to view only; however, the the shared folder link is still set to Edit access. I thought using the https://api.dropboxapi.com/2/sharing/modify_shared_link_settings endpoint would do the trick passing in the following parameters:

 

{
"settings": {
"requested_visibility": "public",
"audience": "public",
"access": "viewer"
},
"remove_expiration": false
}
 
Folder still shows edit access however for the shared link
  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    The Dropbox API doesn't support changing the access level on an existing link like this, but it looks like the API isn't properly reporting that back in the /2/sharing/modify_shared_link_settings response. I've asked the team to fix that up.

     

    That being the case, if you need a view link instead of an edit link, you'll need to create a new view link instead.

    • journeymigration's avatar
      journeymigration
      Helpful | Level 5

      So in effect, would I remove the share link and then use the API to create a view link and that'd effectively do the same thing?

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    Thanks for the post. We'll look into this and get back to you.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,882 PostsLatest Activity: 3 years ago
325 Following

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 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!