cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Authentication with VBA app

Authentication with VBA app

agomezv
Explorer | Level 3

Hi, one question:

If I invoke from a browser:

  the /oauth2/authorize to get authorization code

 

And then, within my VBA app, use the 

ahttps://api.dropbox.com/oauth2/token \


Can I get and refresh the token?

 

Thanks

1 Reply 1

Greg-DB
Dropbox Staff

Yes, you can get and use a refresh token using the OAuth app authorization flow like this. To do so, make sure you token_access_type=offline on /oauth2/authorize.

 

You can find more information here:

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?