googledrive
googledrive copied to clipboard
Google Drive R API
Hello! I'm facing an error when downloading files containing `'`. For example, the file `WHO_Cote d'Ivoire` will fail with: ```Error in glue_data(.x = NULL, ..., .sep = .sep, .envir =...
Similar to https://github.com/rclone/rclone/issues/2357 and https://github.com/rclone/rclone/issues/2243 Problem - when a file is too large (5mb or 10mb depending on output and input), you may get an error like: ``` "reason": "exportSizeLimitExceeded",...
All my scripts writing using drive_auth & gs4_auth on a mac began crashing yesterday. The functions still work fine on both linux and windows. ``` pacman::p_load(googlesheets4,googledrive) options(httr_oob_default=TRUE) options(gargle_verbosity = "debug")...
If I try to create a folder with a quote in its name, such as "Let's test", `googledrive::drive_mkdir()` throws an error. The error message changes slightly if the parent folder...
I'm not sure if this is possible or not but it doesn't seem like I can just choose a local directory and upload all the contents to google drive. Is...
I wish `drive_download(WHATEVER, path = "pre_existing_local_folder/")` would download WHATEVER into `pre_existing_local_folder/WHATEVER` instead of: ``` Error: Path exists and overwrite is FALSE ```
I'm trying to read files in a shared folder in drive, and i can get to the folder `drive_ls('~/Shared Folder/')` ``` ℹ Parent specified via `path` is a shortcut; resolving...
WIP Eventually closes #392, closes #180
Hi! Could you help me, for example i can share my file: ```r drive_share(file = 'jhfkndksfb98b9', role = 'writer', type = 'user', emailAddress = '[email protected]' ) ``` And i need...
There are certain things we don't do right now. And might not ever. These are things that Drive does not directly support but that are possible by composing several operations....