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