I did not see Oauth2 Scopes for /dropbox/folders api at
https://docs.valence.desire2learn.com/res/dropbox.html
And when I tried to call the api, I got { Errors: [ {Message: "Insufficient scope to call API.Required: core:*:*"} ] }
When I add `core:*:*"` to my Oauth2 scopes, it worked.
My question is: is this intended behavior? IMO it seems too much permission we need to give for just dropbox/folders api