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
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: