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

AGreenTejada's avatar
AGreenTejada
Helpful | Level 5
4 years ago

Dropbox API .NET SDK: Modifying shared link password issues.

Hello everyone,   Seems that there's an issue in the SDK with modifying shared link settings. I am using Dropbox.Api Nuget V6.13.0. with an Admin-accessed internal app. I am able to set up passwo...
  • Greg-DB's avatar
    4 years ago

    When setting options like this, you should use the provided instance, like this:

    var visibility = RequestedVisibility.Public.Instance;

     

    Also, I see you're checking the "RequestedVisibility" in the result, but you probably want to actually check "ResolvedVisibility", since that's what tells you what the final state actually is (e.g., once team policies were taken into account as well).