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

evepony's avatar
evepony
Explorer | Level 4
11 months ago

Access Code format/configuration

Hi everyone !

Anyone knows the difference between formats of access codes?

Something like this :

PSx_xx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

and

Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_x

I don't know if it's relationated with the expiration of tokens.

I hope you can help me please 🙂

 

  • The Dropbox API authorization functionality includes a number of different types of values, including authorization codes, access tokens, and refresh tokens. You can find the documentation for all of that here. Each of those are only specified as "String" without a more specific format guaranteed, so make sure you're not programming assumptions about the formats into your app's code.

     

    For the 'access_token' value in particular, the access token's expiration information is included in the 'expires_in' field, per the documentation.

    • evepony's avatar
      evepony
      Explorer | Level 4

      I've noticed about a difference in access codes:

      I have two Dropbox accounts, I created an app and I followed the auth flow for each account .

       

      Account 1:

      in this account all my access codes inits with PS:

       

      Account 2:

      In this account all my access codes doesn´t has a format like the first one:PSx_xx_

       

      I want to know what is the difference because this situation it repeats when I share an app and I request the access  from another account the access code doesn't has the PS format.

       

       

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

        These values may encode information about the relevant account, so you may notice patterns like this, but your app should not expect or rely on any particular format or pattern. Your app should only use the authorization code as supplied.

         

        You should not attempt to decode or otherwise extract information from the authorization code itself. The format does not indicate the lifetime of the authorization code. Regardless of which account it came from, an authorization code can only be used once, and only for a short period of time.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,888 PostsLatest Activity: 2 days ago
326 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!