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

KennyArmas's avatar
KennyArmas
Explorer | Level 3
4 years ago

Permissin Type : Full Dropbox API C#

Buenas estoy implementado la API a un sistema web, donde no me permite obtener el link para compartir dicho archivo, estoy usando Sharing.CreateSharedLinkWithSettingsAsync() pasando como parámetro el...
  • Greg-DB's avatar
    Greg-DB
    4 years ago

    Thanks! In this latest screenshot I see you're now getting the error "shared_link_already_exists". That means the "shared link already exists" for the specified item, so you can't create another for that item. I see it's also indicating that it's returning the existing shared link metadata in the error object in this case, so you can use that to get that existing shared link, or otherwise call ListSharedLinksAsync to list the existing shared link(s).

     

    The screenshot of the app in your App Console indicates that this is a scoped app with Full Dropbox access already. (If it was limited to an app folder, it would instead say "Scoped App (App Folder)".)