cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Organizing your research is important to easily review and share it. Learn how Kim uses Dropbox to gather and organize her research right here.

Discuss Dropbox Developer & API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Comments

Changing OAuth2 Access Token Manually

Changing OAuth2 Access Token Manually

charlesfish
Explorer | Level 3

Hey guys,

 

I created a Dropbox App using developer and I was wondering if I could manually set the OAuth2 access token? I was hoping that I could set it to a value that I choose, but I don't seem to have an option for that. Do I have to just us an auto-generated one? I am using the free account, so if there is an account to purchase I am able to do that.

 

Thanks!!

Charles

1 Accepted Solution

Accepted Solutions

Re: Changing OAuth2 Access Token Manually

Greg-DB
Dropboxer

No, there isn't a way to retrieve old access tokens from Dropbox. Note that you shouldn't need to, though. Any particular app-user pair (such as an app you created connected to your own account) can have multiple access tokens.

 

It sounds like you're referring to using the "Generate" button on the app's page on the App Console to get an access token for your app on your account. That will generate and show you an access token when you use it, but it won't give the same access token if you return to the page again later (or just refresh the page). The intent is that you would store and re-use a given access token, if desired.

 

In any case, creating a new access token doesn't invalidate old ones, so you can continue using old ones even if you've created new ones too.

View solution in original post

3 Replies 3

Re: Changing OAuth2 Access Token Manually

Greg-DB
Dropboxer

No, Dropbox doesn't offer the ability to set your own access token strings. You'll need to use the strings generated by Dropbox.

Re: Changing OAuth2 Access Token Manually

charlesfish
Explorer | Level 3

Is there anyway to check what the current Auth 2 key is or revert to an old one? It looks like the only way we can check what the key is is by generating a new one, which doesn't seem ideal. Also, we accidentally generated a new one, so now we have a bunch of devices that have an old key. It would be nice to revert back to that old key so those devices can be upgraded again.

 

Thanks again!!

Charles

Re: Changing OAuth2 Access Token Manually

Greg-DB
Dropboxer

No, there isn't a way to retrieve old access tokens from Dropbox. Note that you shouldn't need to, though. Any particular app-user pair (such as an app you created connected to your own account) can have multiple access tokens.

 

It sounds like you're referring to using the "Generate" button on the app's page on the App Console to get an access token for your app on your account. That will generate and show you an access token when you use it, but it won't give the same access token if you return to the page again later (or just refresh the page). The intent is that you would store and re-use a given access token, if desired.

 

In any case, creating a new access token doesn't invalidate old ones, so you can continue using old ones even if you've created new ones too.

Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropboxer
  • User avatar
    charlesfish Explorer | Level 3
What do Dropbox user levels mean?
Need more support?