You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
Our users have a chance to login, to authorize the app access to their Google Drive. We implement based on GoogleSignIn and DriveClient. (Not the yet another deprecated API GoogleApiClient)
After the users quit the app, we would like to Google Drive sync process still work seamlessly in background, without further user/UI interaction. (Able to handle case when login token is expired/invalid after few days/hours)
May I know how to achieve so. Any code example is appreciated.
The text was updated successfully, but these errors were encountered:
Our users have a chance to login, to authorize the app access to their Google Drive. We implement based on
GoogleSignIn
andDriveClient
. (Not the yet another deprecated APIGoogleApiClient
)https://developers.google.com/drive/android/auth
After the users quit the app, we would like to Google Drive sync process still work seamlessly in background, without further user/UI interaction. (Able to handle case when login token is expired/invalid after few days/hours)
May I know how to achieve so. Any code example is appreciated.
The text was updated successfully, but these errors were encountered: