tidyverse / googledrive

Google Drive R API
https://googledrive.tidyverse.org/
Other
322 stars 47 forks source link

Recognize Colab links #460

Open MichaelChirico opened 1 month ago

MichaelChirico commented 1 month ago

Closes #459

Admittedly, this has made a bit of a mess of the regex approach here, but it still passes tests.

What I'm not familiar enough with, is whether all links like /folders/ are also like /drive/folders/, any insight there? If so, maybe we can simplify a bit.

PS is it better to not use a real link to a colab notebook here? 🤔