We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is a link to a simple Colab file in my GoogleDrive:
https://colab.research.google.com/drive/1Dcf35JDcpxXjahcSHVJtQFkBaLhhQWLu?usp=sharing
As a Colab file, it's stored in my drive & at root it' "just" a json file.
I would expect drive_download() to accept that URL, but as_id() fails for this:
drive_download()
as_id()
as_id("https://colab.research.google.com/drive/1Dcf35JDcpxXjahcSHVJtQFkBaLhhQWLu?usp=sharing") # <drive_id[1]> # [1] NA
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Here is a link to a simple Colab file in my GoogleDrive:
https://colab.research.google.com/drive/1Dcf35JDcpxXjahcSHVJtQFkBaLhhQWLu?usp=sharing
As a Colab file, it's stored in my drive & at root it' "just" a json file.
I would expect
drive_download()
to accept that URL, butas_id()
fails for this:The text was updated successfully, but these errors were encountered: