Refresh Token Expires in 24 hours taken by oauth playground #93
humzakhaled
started this conversation in
General
Replies: 1 comment 2 replies
-
Yes, #35
The package handle it |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When we get our refresh token from https://developers.google.com/oauthplayground it revokes after 24 hours. They also mentioned a note on step 3
Note: The OAuth Playground will automatically revoke refresh tokens after 24h. You can avoid this by specifying your own application OAuth credentials using the Configuration panel.
I was using nao-pan package before with Laravel and i was facing
Daily limit usage expired
. Now I have installedmasbug/flysystem-google-drive-ext
. May I know if this package handles this error and refreshes the token? How can i make refresh token forever so it daily limit usage doesn't exceed? Please suggest me something permanent for this issue. Im stuck.Beta Was this translation helpful? Give feedback.
All reactions