Justin Cheng
Justin Cheng
Following up with this issue, I was previously using [jobdiogenes's workaround](https://github.com/r-lib/httr/pull/634#issuecomment-579873173) to access Google Drive from R in Colaboratory, which changed `is_interactive()` in httr to always return true. In the...
In the meanwhile, I've actually had success using this (maximal) example in Colaboratory, borrowing ideas from jobdiogenes and @leon-seranova: ```r require(devtools) install_version("httr", version = "1.4.4", repos = "http://cran.us.r-project.org") install_version("R.utils", version...