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 Oct 2, 2024. It is now read-only.
In my app, I want to give user capability to revoke access from app only, since revoking access can only be done manually according to this doc , so I am opening that page for user in a separate activity with Webview inside the app.
Now on coming back from that page as the document says, refresh token should expire.
When consent for an app is revoked, any refresh token previously provided to your application will no longer be valid. You will need to repeat the authentication flow to request a new access and refresh token from scratch.
But when I try coming back and trying silent login, it logs in user successfully, even all the drive file related methods are working properly, which is not right flow.
Please see if it's a bug, or let me know I am doing anything wrong in this flow
The text was updated successfully, but these errors were encountered:
In my app, I want to give user capability to revoke access from app only, since revoking access can only be done manually according to this doc , so I am opening that page for user in a separate activity with Webview inside the app.
Now on coming back from that page as the document says, refresh token should expire.
But when I try coming back and trying silent login, it logs in user successfully, even all the drive file related methods are working properly, which is not right flow.
Please see if it's a bug, or let me know I am doing anything wrong in this flow
The text was updated successfully, but these errors were encountered: