Hi,
I'm using the Java SDK and I have enabled files.metadata.read in my oermissions, see screenshot. However in my Java code I see:
com.dropbox.core.InvalidAccessTokenException: {"error_summary": "missing_scope/.", "error": {".tag": "missing_scope", "required_scope": "files.metadata.read"}}
What am I missing?
In addition I just copied from the java tutorial this line:
DbxRequestConfig config = DbxRequestConfig.newBuilder("dropbox/java-tutorial").build();
Which seems ok, what is the purpose of string "dropbox/java-tutorial" and I assume it can be any string?
Thanks, Jason