Start 2025 on time and up to date! Seamlessly integrate your calendars into Dropbox with these simple steps! 📆

Forum Discussion

vijaymadishetti's avatar
vijaymadishetti
Explorer | Level 3
3 years ago
Solved

Missing Scope

Hi,

 

I'm facing an issue (Missing Scope ) with the access token that is generated using refresh token, appkey and appsecret.

But it works fine with the access token that is generated from developer console. I have given all scope permission to the app but not sure what is wrong.

 

Thanks

  • A 'missing_scope' error indicates that while the app is permitted to use that scope, the particular access token you're using to make the API call does not have that scope granted. Also, be aware that just adding a scope to your app via the App Console does not retroactively grant that scope to existing access tokens or refresh tokens.

    That being the case, to make any API calls that require that scope, you'll need to get a new access token and refresh token with that scope.

    Refer to the OAuth Guide and authorization documentation for more information.

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    A 'missing_scope' error indicates that while the app is permitted to use that scope, the particular access token you're using to make the API call does not have that scope granted. Also, be aware that just adding a scope to your app via the App Console does not retroactively grant that scope to existing access tokens or refresh tokens.

    That being the case, to make any API calls that require that scope, you'll need to get a new access token and refresh token with that scope.

    Refer to the OAuth Guide and authorization documentation for more information.

About Discuss Dropbox Developer & API

Node avatar for Discuss Dropbox Developer & API
Make connections with other developers801 PostsLatest Activity: 17 hours ago
213 Following

If 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!