|
2 | 2 | #' |
3 | 3 | #' @description Build a request, using knowledge of the [Drive v3 |
4 | 4 | #' API](https://developers.google.com/drive/api/v3/about-sdk) from its |
5 | | -#' [Discovery |
6 | | -#' Document](https://www.googleapis.com/discovery/v1/apis/drive/v3/rest). Most |
7 | | -#' users should, instead, use higher-level wrappers that facilitate common |
8 | | -#' tasks, such as uploading or downloading Drive files. The functions here are |
| 5 | +#' Discovery Document |
| 6 | +#' (`https://www.googleapis.com/discovery/v1/apis/drive/v3/rest`). Most users |
| 7 | +#' should, instead, use higher-level wrappers that facilitate common tasks, |
| 8 | +#' such as uploading or downloading Drive files. The functions here are |
9 | 9 | #' intended for internal use and for programming around the Drive API. |
10 | 10 | #' |
11 | 11 | #' @description `request_generate()` lets you provide the bare minimum of input. |
|
25 | 25 | #' for an API key in the absence of a token is explained in Google's document |
26 | 26 | #' "Credentials, access, security, and identity" |
27 | 27 | #' (`https://support.google.com/googleapi/answer/6158857?hl=en&ref_topic=7013279`). |
28 | | -#' In order of precedence, these sources are consulted: the formal `key` |
| 28 | +#' In order of precedence, these sources are consulted: the formal `key` |
29 | 29 | #' argument, a `key` parameter in `params`, a user-configured API key fetched |
30 | 30 | #' via [drive_api_key()], a built-in key shipped with googledrive. See |
31 | 31 | #' [drive_auth_configure()] for details on a user-configured key. |
|
0 commit comments