Is it possible to get Access token to upload files into Single pre-defined Account without requesting from the user any interaction in android java api? thanks
Hi @YousefElsayed,
If you mean long lived access token, No - this type of token is deprecated and, inspite existing can still be used, new can't be issue anymore.
You can use refresh token instead. It doesn't expire. 😉
Hope this helps.
Hello ,I also have a problem with Refresh Tokens if you can help mehttps://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/RefreshToken-is-always-expired-android-java-Api/m-p/620210#M2858Thanks