googledrive icon indicating copy to clipboard operation
googledrive copied to clipboard

Google Drive R API

Results 48 googledrive issues
Sort by recently updated
recently updated
newest added

"Fixes #265" the problem related to the use of the recursive argument in drive_ls for shared drives.

> drive_ls(..., recursive = T) Only expands the first "folder" in the path.

reprex

When tibble went from 1.6.4 to 1.6.5, googledrive's snapshot tests started to fail. In the name of pragmatism, I'm basically just going to accept those changes, to get back to...

Hi, Sometimes, I try to upload a file via `googledrive::drive_upload()` and it's stuck in `curl::curl_fetch_memory()`. Here's the full trace: ``` Error in curl::curl_fetch_memory(url, handle = handle) : Operation was aborted...

I tried to call the "drive_auth" function on Window which is my local computer. It was a success. the problem is that after I upload it on the Linux server....

`drive_share()` is able to set permissions on individual folders inside shared drives. - Setting role to "writer" makes user gain the contributor permission. - Setting role to "fileOrganizer" makes user...

Would it be feasible to extend `drive_download()` to fetch an entire GD folder as a ZIP? In the web interface I can right-click on a folder and "Download" will get...

Thank you very much for this great project. When using `apply` on the output of `drive_ls()` with `googledrive` `2.0.0` from CRAN or this repo (e.g. to row-by-row create sub-folders and...

Just a head's up: a security fix for Google Drive URLs will be rolled out in Sept 2021. > Google's new link scheme adds a "resourcekey" to the end of...