googledrive
googledrive copied to clipboard
Google Drive R API
I've seen my first quota violation for Drive, via GHA. It looked like this: ``` ── Error (test-drive_examples.R:5:3): drive_examples_remote() lists the remote example files ── Error: Client error: (403) Forbidden...
Follow-up to this thread: https://twitter.com/joelgombin/status/887403982422978561 It would be great to be able to get comments from (e.g.) spreadsheets. One common issue is that people use them (and formatting) to convey...
I don't think I can or should centralize the *code* to create the files owned by the docs account. But I need a central place to record how theses handled....
In many places I use `purrr::map()` when I really should send a batch request. https://developers.google.com/drive/api/v3/batch
I'm talking about `is_folder()` and friends. They are currently not very consistent about how they pull info out of `drive_resource` and about what they do if the info they need...
If file "foo" is on shared drive "bar", I think the path should be `bar/foo` or `/bar/foo`.
I've been using the following for a little while to quickly share small datasets via Google Drive. Would love to submit a PR, not sure about the best final form...
@benmarwick has agreed to do this based on conversation in https://github.com/tidyverse/googledrive/issues/218
Current UI of `drive_rm()` is arguably a case of using `...` to collect metadata.
Should `drive_cp()` offer some sort of shortcut to facilitate the copying of metadata from source to target?