Skip to content

Commit

Permalink
Merge branch 'main' into 98-bug-switch-to-dwh_connector
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher authored Jan 7, 2025
2 parents 0845f4c + 9651ff5 commit 25a4404
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
10 changes: 7 additions & 3 deletions R/download_gdrive_if_missing.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@
#'
#' When a *PERMISSION_DENIED* error occurs, it is likely that the file is not shared
#' with the email address provided. This can be fixed by sharing the file with the
#' email address. If the file was shared correctly this might indicate that email address
#' email address.
#' If the file was shared correctly this might indicate that email address
#' does not have the correct permissions to access the file. This can be fixed by
#' running `googledrive::drive_auth()` and making sure the
#' 'show, modify and delete all drive files' option is selected. If the error persists
#' running `googledrive::drive_deauth()` followed by `googledrive::drive_auth()` and
#' making sure the 'show, modify and delete all drive files' option is selected.
#' Additionally running `options(gargle_oauth_cache = ".secrets")` prior to running
#' the function can fix this issue.
#' If the error yet persists
#' please create a [new issue](https://github.com/inbo/fistools/issues/new/choose)
#' on the github page.
#'
Expand Down
10 changes: 7 additions & 3 deletions man/download_gdrive_if_missing.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/qd_pci2.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25a4404

Please sign in to comment.