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

Refresh token expires?

Open Koniciuaaa opened this issue 3 years ago • 2 comments

Hello,

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

It works few days and after that it throws an error: "Daily Limit for Unauthenticated Use Exceeded. Continued use
requires signup"

I tested this few times and always the same. How is it possible?

Koniciuaaa avatar Dec 27 '21 10:12 Koniciuaaa

First looks if your app isn't on test mode on google drive, second if you are using a long runing script, you needs refresh access token, example: https://github.com/masbug/flysystem-google-drive-ext/pull/34

PaolaRuby avatar Dec 27 '21 14:12 PaolaRuby