


What is the main purpose of this extension?: Select whether you want the Extension to show under “Open” or “Share” menu of the selected file, depending on your app’s functionality.This can be used in the case you need to re-authorize and the user has linked their personal and work accounts. require_role indicates if the user is authorizing from work for team account or personal for a personal account.Therefore, it can be used used with the Dropbox API endpoints such as /files/get_metadata. file_id is unique identifier of the file and corresponds to the fileMetadata.id value.For example, if you enter, Dropbox will send file_id= Extension URI: Where Dropbox redirects the user and passes the file_id and require_role value.
