'Disable dropbox Apps files.metadata.read permission
For some security reason I hope to enable files.metadata.write and disable files.metadata.read in dropbox app permission setting but failed.
Is any that I can disable files.metadata.read permission?
Solution 1:[1]
The Dropbox API scope "files.metadata.write" depends on "files.metadata.read", so it's not possible to enable "files.metadata.write" without also enabling "files.metadata.read".
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Greg |
