I plan to write an Android application to extract files from Google Drive.
If the storage is huge, it will definitely take several hours to download the files. In this case, I need to update the token to complete the process. As far as I know, it GoogleAccountCredentialdoes not provide any methods for obtaining an update token.
I want to send a token and update the token to a website so that it uploads files on behalf of my application and stores it on the server.
Is there a way to get update tokens from GoogleAccountCredential?
Manoj source
share