Answer the question
In order to leave comments, you need to log in
Why does the app require the VALUABLE_ACCESS permission when previously only PHOTO_CONTENT was enough?
Hello!
in the process of rewriting authorization in the Android application from login / password to OAuth, I encountered a problem.
When trying to get a list of albums to download (photos.getAlbums), the application gets an error:
{"error_code":10,"error_msg":"PERMISSION_DENIED : User must grant an access to permission 'VALUABLE_ACCESS'","error_data":"valuable_access"}
Answer the question
In order to leave comments, you need to log in
VALUABLE_ACCESS is basically required by any OAUTH connection that will work with the API more than calling users.getCurrentUser and a couple of other methods.
Accordingly, it must be specified in scope oauth.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question