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
I am using own Oauth2 client as documented in "Different OAuth2 client to workaround over quota and google approval issues". However it suddenly stopped working. I reviewed and recreated all credentials but it only works the first time when I execute grive -a --id <client_id> --secret <client_secret>. All other invocation of grive gives this error:
In 2019 I used instruction and all work fine on other laptop , and in 2022 I am try to build from sources and install from repo Xubuntu 20.04 LTS and after grive -a and enter code got this:
I am using own Oauth2 client as documented in "Different OAuth2 client to workaround over quota and google approval issues". However it suddenly stopped working. I reviewed and recreated all credentials but it only works the first time when I execute
grive -a --id <client_id> --secret <client_secret>
. All other invocation ofgrive
gives this error:The fact that it works fine the first time points to an regresion in the
grive
code related to execution ofgrive
after credential configuration.The text was updated successfully, but these errors were encountered: