We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

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!