-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quality of life suggestions #140
Comments
Thanks, those are interesting ideas.
I'm not sure what you mean - can you provide more information? |
To get the token, we need to visit an auth page with a browser. On a headless server, this is not possible. If the token does not exist or is obsolete, it would be great if the tool prints out a local link (and act as proxy) to click on with the client to authorize the app. But i have no idea, how the creation/interception of the token works. So maybe this idea is not so brilliant :). |
What you're describing used to be supported until it was removed! 😄 See #116 for discussion. Why not just run it on a server with a browser, then copy the token over? It typically only needs to be done once. |
Ok. Had to renew it already 3 times, every week. Pulled the app out of testing on the api side, hope this fixes it Documentation and effects about this are rather thin* (not our fault, it seems these apps are an afterthought from Google). Why not use a client to auth the server? Simply a "good design" decision. Easier to point the client to a local redirect, then to have 2 installs and manual copy. But I fully understand why this is the case. |
I think this is purely because of the testing status. I haven't refreshed my token in years. |
Hi,
Some quality of life suggestions:
Thanks again for this tool and your rwork!
The text was updated successfully, but these errors were encountered: