-
Notifications
You must be signed in to change notification settings - Fork 53
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
Problem with gs4_auth()
and gs4_deauth()
#305
Comments
The experience and code you show above ... is that during the initial phase, where you are trying to get your first token? I.e. you are still working locally and interactively. Or does it describe something that's happening on the server where you hope to deploy this app? Regardless, you should read this article on some things you can do while troubleshooting auth, so that you get more information. |
Yes, I ran into trouble almost at the beginning, and I run the above code locally.
|
Can you be extremely precise? Have you ever successfully gotten a token as an interactive user? I'm trying to reconcile what you're saying with this:
which suggests a token is already in the cache (?) |
This is the first time I've used your package and I've never been successful.
Then I ran into the trouble I mentioned and I started struggling with it. I have checked, nothing in
And I have never got a token, that folder is empty
|
I would recommend trying to use the package interactively, taking no control of auth, and seeing if the entry-level flow works. But I am beginning to suspect it's related to this:
|
Thank you for your help, it is indeed a network problem, I tried different nodes and they all failed until I switched to another service provider |
I deployed the folder |
Sorry, this is my first time using your package, and I found some guide for myself, but I meet a primary trouble that I can't get into my google sheet.
My ultimate goal is to deploy the app on shinyapps.io, and everyone without google account could edit my Google sheet.
First, I follow this guide https://stackoverflow.com/a/70215575/22331901, it seems to meets my requirement.
But, I failed in
gs4_auth()
, it did open my edge, and edge returnsAuthentication complete. Please close this page and return to R.
Then, in the console, it returnsI tried any answer on stackoverflow, all failed, nothing changed.
curl
gargle
googlesheets4
from githubFurthermore,
gs_deauth()
even also didn't workIs it possible that this is due to the internet? I'm in China and I'm using SSR
The text was updated successfully, but these errors were encountered: