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

idanarie's avatar
idanarie
Explorer | Level 4
2 years ago

409 Conflict when calling sharing/get_shared_link_metadata

Hi team, we have an OAuth 2 integration with Dropbox (switched from access token integration to OAuth2).

After the authentication, we are sending an API call check/user we get 200 message and everything seems to work.

However, in the next call that we are making using the token we received - 
GET sharing/get_shared_link_metadata we get a conflict error message (409), even though the dropbox document was shared and can be accessed without an issue.

Is there anything that could cause this?

Would appreciate any help

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

    Hello,

     

    Does the response include any other information than the code? There is likely an error message returned which should explain what the issue is.

     

    Scott

    • idanarie's avatar
      idanarie
      Explorer | Level 4

      Hi Scott, thanks for the reply.

      I tested it locally on Postman, this is the error I am seeing (even though the link is shared and can be accessed by anyone)

       

      {
          "error_summary": "shared_link_access_denied/.",
          "error": {
              ".tag": "shared_link_access_denied"
          }
      }

       

       

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

        idanarie Are you using an API app registered with the "app folder" access type? There's currently a bug that results in this error when using this method with an access token for an app folder app. That's still open with engineering, but I don't have a timeline on a fix.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,886 PostsLatest Activity: 4 hours ago
326 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!