-
Notifications
You must be signed in to change notification settings - Fork 47
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
driv_auth and google colaboratory #284
Comments
I've requested access to your Colab notebook from my RStudio email address. I'll take a look when I'm allowed. |
same issue here.
Actually all you need is to save a copy of that ipynb file to your own drive, or you might just run it. |
OK I've replicated all of this. The fundamental problem seems to be that both I'm going to have to consult with the Google Colab expert: @craigcitro. Here's a notebook @craigcitro where I've replicated what the others say. By setting options manually, I can establish the gargle cache directory. But out-of-band auth still fails because a Colab R runtime appears to always report that we are not in an interactive session. So I'm wondering how auth could ever work 🤔 https://colab.research.google.com/drive/1pp8-7aFzvrGtnpwxHmzlTXADPGbw8_Rh |
I have the exact same issue, not in Colab, but running JupyterLab (Version 1.2.1) in my own environment on Google Kubernetes Engine.
I was able to make it work with the same hack @jobdiogenes posted here - r-lib/httr#634 (comment). |
@terzieff You might want to subscribe to r-lib/gargle#130 which is about GKE and we are making progress. |
Now tracking in r-lib/gargle#140 |
I'm trying to use googledrive and googlesheets4 in Google Colaboratory, but tips about drive_auth found in #276 or #274, did not solve.
Here is the Colab Notebook. Demo of use GoogleDrive with R in Google Colaboratory
that I'm testing.
The error is
The text was updated successfully, but these errors were encountered: