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
dmitry_rudko
6 years agoNew member | Level 2
OAuth error while connecting from Jira server 7.13
Hi while connect to dropbox application we recieved OAuth error
Is it possible to somehow check what is wrong ?
Maybe you already have some patterns for setting up connection between Attlasian Jira and Dropbox in your knowlewdgebase ?
What is correct URL endpoints for request and access token for dropbox ?
There is
https://api.dropboxapi.com/2/auth/token/from_oauth1
and
https://api.dropboxapi.com/2/auth/token/from_oauth1
- what is the difference between ?
error and jira setting are below.
OAuth Problem Details
Failed to get token from service provider. Response status code is '400'
- Greg-DBDropbox Staff
The two URLs you posted are the same. Did you mean to ask about something else?
In any case, I can't offer guidance on setting up Jira itself, but based on the reference to "request token" in the first screenshot, it looks like it's meant for OAuth 1. The current version of the Dropbox API doesn't support OAuth 1, however, only OAuth 2. (The /2/auth/token/from_oauth1 endpoint is only for converting old OAuth 1 access tokens if you still have them; it isn't for processing the OAuth 1 authorization flow.)
The Dropbox OAuth 2 authorization flow is documented here. It uses:
- authorization page: https://www.dropbox.com/oauth2/authorize
- access token endpoint: https://api.dropboxapi.com/oauth2/token
You may want to check the Jira documentation for how to use OAuth 2 instead.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days agoIf 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!