-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Maps JavaScript API error: NotLoadingAPIFromGoogleMapsError #223
Comments
Can you provide some code I can run to reproduce this error? |
I'm getting this error as well. I have a few googlemaps and knit to HTML. The maps load fine, but a few days later it doesn't load and I get this error. The error seems to be an issue with embedding the API key? Link to knitted HTML: https://drive.google.com/file/d/1FcwXehP0T0EOt99rnJpTPXdGUz5RsOO3/view?usp=sharing |
Access is denied to that link |
Sorry, should work now. |
You have to download the HTML first to view it. |
I do notice it works when the knitted HTML is not self-contained. |
Is this related to what you're asking for in #236 ? |
Not exactly related. I'm no longer getting this API error so this issue has been resolved for me. Or at least I've been able to find a suitable alternative. If the reports are self-contained, I get this error after 4 days. If not self-contained, maps work fine. |
How do you knit so the html is not self-contained? |
yaml header: output: rmarkdown::html_document:
toc: true
toc_float: true
theme: flatly
self_contained: false |
ah yes - of course. |
Since days I've seen this error, but not sure why.
Google Maps JavaScript API error: NotLoadingAPIFromGoogleMapsError
https://developers.google.com/maps/documentation/javascript/error-messages#not-loading-api-from-google-maps-error
It used to work fine, but now it's not. Can you take a look at it? This error is shown in my firebase hosting.
The text was updated successfully, but these errors were encountered: