Skip to content

Commit

Permalink
Merge pull request #97 from inbo/SanderDevisscher-patch-1
Browse files Browse the repository at this point in the history
add additional troubleshooting
  • Loading branch information
SanderDevisscher authored Jan 7, 2025
2 parents 66782dd + 0849642 commit 9651ff5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fistools
Title: Tools & data used for wildlife management & invasive species in Flanders
Version: 1.2.14
Version: 1.2.15
Authors@R: c(
person(given = "Sander", middle = "", family = "Devisscher", "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2015-5731")),
Expand Down
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 9651ff5

Please sign in to comment.