laravel-google-drive-demo icon indicating copy to clipboard operation
laravel-google-drive-demo copied to clipboard

OAuth Playground can no longer be used to generate indefinite refresh tokens

Open Bilge opened this issue 6 years ago • 4 comments

Google have updated OAuth Playground to automatically revoke refresh tokens after 24 hours.

image

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.

This message appears even when specifying the OAuth credentials.

Bilge avatar May 11 '18 09:05 Bilge

We do use our own OAuth credentials to generate the refresh token, so I think it's still ok?

https://github.com/ivanvermeyen/laravel-google-drive-demo/blob/master/README/2-getting-your-refresh-token.md

ivanvermeyen avatar May 11 '18 10:05 ivanvermeyen

Correct. I expected this message to go away when own OAuth credentials have been supplied, but it doesn't; it is always displayed.

Bilge avatar Jun 12 '18 10:06 Bilge

I have some drive accounts configured, and they work ok, but after a few days I have to go through the process again at: https://developers.google.com/oauthplayground because it gives me a message: Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup. What's up?? thank you

mendietafirpo avatar Feb 11 '22 21:02 mendietafirpo

Hi,

I haven't used Google Drive in quite a while, so I'm not up to date with the latest changes. Maybe you can find more info in this newer package: https://github.com/masbug/flysystem-google-drive-ext/issues/33

ivanvermeyen avatar Feb 12 '22 10:02 ivanvermeyen