Hi, good afternoon.
I have an app that used to run fine on the v1 API using http requests. I got the authorization code with the API call "https://api.dropboxapi.com/oauth2/token", but when i tried to get the account information i got the follow error: "Error in call to API function "users/get_current_account": Your app is not currently allowed to use the API v2 beta API".
So i created another app with the same attributes (App Folder permission). This time works with the new app.
So my question is: If both apps are identicals, what is the issue with the oldest app?
Thank you.