-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Tidygeocoder does not recognize the new Azure API key that replaces Bing Maps.
Steps to Reproduce
Include a small code example that someone else can run to reproduce the bug:
usethis::edit_r_environ()
BINGMAPS_API_KEY="Azure-api-key"
tidygeocoder::geocode(database, address, method = "bing", full_results = TRUE)
Error: Access was denied. You may have entered your credentials incorrectly, or you might not have access to the requested resource or operation.- You can use the reprex package to help with this: https://www.tidyverse.org/help/
- The datapasta package can be useful for including data in the reproducible example (see the tribble_paste() function): https://milesmcbain.github.io/datapasta/
Environment
Post the results of devtools::session_info() :
If you don't have devtools installed you can install it with install.packages("devtools")
Your Contribution
Do you see a way to resolve the issue? If so, mention this here.
When you are ready, you can open a pull request with a suggested bug fix and tag this issue. See the developers notes for help: https://jessecambon.github.io/tidygeocoder/articles/developer_notes.html
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working