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

KarenCu's avatar
KarenCu
Explorer | Level 4
4 years ago

Dropbox API's Files.ListFolderAsync return path not found

hi everyone, We have dropbox's enterprise account and a team admin  to grant consent permission to DropBox's Enterprise application. In this dropbox's enterprise,  we have a team folder "Design D...
  • Greg-DB's avatar
    Greg-DB
    4 years ago

    You can make this call like this:

    Feature feature = Feature.HasTeamSharedDropbox.Instance;
    FeaturesGetValuesBatchArg featuresGetValuesBatchArg = new FeaturesGetValuesBatchArg(new List<Feature> { feature });
    FeaturesGetValuesBatchResult featuresGetValuesBatchResult = await client.Team.FeaturesGetValuesAsync(featuresGetValuesBatchArg);
    

    Hope this helps!