Path to this page:
./
www/R-googledrive,
Interface to Google Drive
Branch: CURRENT,
Version: 2.1.1,
Package name: R-googledrive-2.1.1,
Maintainer: pkgsrc-usersManage Google Drive files from R.
Master sites: (Expand)
Version history: (Expand)
- (2024-12-30) Updated to version: R-googledrive-2.1.1
- (2023-06-11) Updated to version: R-googledrive-2.1.0
- (2022-04-23) Package added to pkgsrc.se, version R-googledrive-2.0.0 (created)
CVS history: (Expand)
2024-12-30 14:44:18 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(www/R-googledrive) Updated 2.1.0 to 2.1.1
# googledrive 2.1.1
* `drive_auth(subject =)` is a new argument that can be used with
`drive_auth(path =)`, i.e. when using a service account. The `path` and
`subject` arguments are ultimately processed by
`gargle::credentials_service_account()` and support the use of a service
account to impersonate a normal user (#413).
* All requests now route through `gargle::request_retry()` (#380).
* `drive_scopes()` is a new function to access scopes relevant to the Drive API.
When called without arguments, `drive_scopes()` returns a named vector of
scopes, where the names are the associated short aliases. `drive_scopes()` can
also be called with a character vector; any element that's recognized as a
short alias is replaced with the associated full scope (#430).
* Various internal changes to sync up with gargle v1.5.0.
|
2023-06-11 17:19:19 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(www/R-googledrive) Updated 2.0.0 to 2.1.0
# googledrive 2.1.0
## Syncing up with gargle
Version 1.3.0 of gargle introduced some changes around OAuth and
googledrive is syncing up that:
* `drive_oauth_client()` is a new function to replace the
now-deprecated `drive_oauth_app()`.
* The new `client` argument of `drive_auth_configure()` replaces the
now-deprecated `app` argument.
* The documentation of `drive_auth_configure()` emphasizes that the
preferred way to "bring your own OAuth client" is by providing the
JSON downloaded from Google Developers Console.
## Shared drives
`drive_ls(recursive = TRUE)` now works when the target folder is on a
shared drive (#265, @Falnesio).
`drive_mv()` no longer errors with "A shared drive item must have
exactly one parent." when moving a file on a shared drive (#377).
## Other
`drive_auth()` now warns if the user specifies both `email` and
`path`, because this is almost always an error (#420).
`drive_auth_config()` was deprecated in googledrive 1.0.0 (released
2019-08-19) and is now defunct.
`drive_example()` was deprecated in googledrive 2.0.0 (released
2021-07-08) and is now defunct.
|
2022-04-23 08:10:12 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(www/R-googledrive) import R-googledrive-2.0.0
Manage Google Drive files from R.
|