kylea Dropboxer

Comments

  • Applying for production is only required if your application intends to link more than 50 users. Your application may use refresh tokens to retrieve new access tokens without needing to apply for production access. Refresh tokens do not expire; you may pass them to the SDK which will then automatically retrieve new access…
  • Short-lived tokens are valid for four hours (note that this value is subject to change). After a short lived token has expired, simply sending the user to re-auth and using the new token would be recommended for most web applications. The OAuth/redirect for an authorized app is typically automatic for an authorized app,…
  • Dropbox Paper files in the filesystem (.paper files) is enabled on a per-user basis. Users whose accounts are enabled for it will default to creating .paper docs in the filesystem, and those who are not will default to creating Paper docs using the legacy model. We are actively migrating the existing users from the old…
  • Note that for Dropbox teams using the Business APIs, the get_events endpoint does return comment events.
  • Some accounts may use the team space - you'll need set the Dropbox-API-Path-Root header to access that space. See the team spaces article and linked guides for more information.