Greg

Results 418 comments of Greg

@tommck I'm not sure I follow. Can you elaborate? Which [Dropbox API permission](https://www.dropbox.com/developers/reference/developer-guide#app-permissions) (e.g., "app folder" or "Full Dropbox") you app has doesn't affect how paths are supplied. For example,...

The "app key" identifies the app, and each app is registered to have a specific permission level. An "access token" identifies a particular app-user pair, and allows access to that...

@tracycollins I'm glad to see you already got this working. Just to clarify though, the file data is returned in `fileBlob` when running in a browser, or `fileBinary` when running...

Thanks for sharing this. I'm passing this along as a feature request to the team. I can't promise if or when that might be implemented though.

Thanks for writing this up! I'm afraid I don't have a sample of how to do this with the SDK in TypeScript. I'll ask the team to look into this...

To set search mode, you'll need to make the object like this: ``` mode: {'.tag': 'filename'}, ``` I'll ask the team to update the SDK to support using the actual...

Thanks for the report. You mentioned you get the errors if you open https://www.dropbox.com/1/oauth2/redirect_receiver in a standalone browser. Can you let me know the name and version number of the...

Yes, I understand. In order to investigate this, I just want to make sure we can reproduce everything you're reporting. For instance, I just tried that page in Chrome 88.0.4324.150...

Thanks! Interestingly, I can't reproduce the token issue on an Android device running Android 9 (where I do see the errors in the standalone Chrome), but I can reproduce it...