0

I'm working for an app that needs to transition to V2 support.

In V1 there was a sandbox option, where Dropbox would create a directory for the app under the apps/ folder.

I'm not seeing this option in V2, though I could just be mistaken. But while before, many of the requests supported a “root” parameter, that no longer seems to be an option.

So has this been disabled or is there simply a different way of going about it?

devbanana
  • 466
  • 4
  • 14

1 Answers1

2

Yes, Dropbox API v2 still supports the sandbox, a.k.a. the "app folder" permission. The permissions are documented here in the developer guide.

Dropbox API v2 no longer uses the "root" parameter, where you would explicitly specify sandbox. API v2 automatically detects this from your app registration.

Greg
  • 16,359
  • 2
  • 34
  • 44