You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

yyyhhh's avatar
yyyhhh
Explorer | Level 4
4 months ago

Is it possible to use the access token to use the dropbox chooser page?

Is it possible to use the access token to use the dropbox chooser page?
Like this

 

Dropbox.choose({
  accessToken: "xxx",
});

 

 

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    yyyhhh The Dropbox Chooser does not support taking an access token, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. As Здравко said, it instead just uses the current user's web session on www.dropbox.com.

  • Здравко's avatar
    Здравко
    Legendary | Level 20

    Hi yyyhhh,

    To use Dropbox Chooser you don't need additional authentication (including you don't need any access token to work). It will be enough the user (eather you or somebody else) to be logged in in desired Dropbox account, nothing more. 😉

    Hope this helps.