We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
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,875 PostsLatest Activity: 2 hours 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!