googledrive
googledrive copied to clipboard
Google Drive R API
We don't currently offer a way to update or delete a permission. This requires the general ability to list all the permissions for a file and get it into a...
I've recently been seeing the following warning when doing `drive_auth()`:  Not sure if this package or perhaps `gargle` is responsible for implementing the oauth flow, so please move this...
Hi, Thanks for a very useful package. For reasons I do not fully understand, I experience from time to time download errors when using `googledrive` to download data from some...
Relates to #399 Not meant to be merged
Hi I have a shared file to everyone in google drive...why do I still need to authenticate using `drive_read_raw` ? If this is true..why?...and is it possible to change that?...
When I try to iteratively upload a set of .html files to googledrive using drive_put, occasionally the process stalls. If I let it sit long enough, I receive this error:...
I am trying to write a script that saves a plot to drive; of course with plots, small tweaks are part & parcel of the job. That means `drive_upload()` is...
Hi How do i read in files from GD into the R environment? Cause by downloading its saved locally but doesnt show up in R
Dear Creators, First of all thank you to have develop this amazing package. I have a virtual machine set up to be able to access google earth engine using the...
There is a bug in `drive_download()` that causes it to fail on KML files depending on the mime type. KML mimeTypes are often `text/xml` or another raw text input. However,...