You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is quite simple demo to get geocode of an address using GeoCode API. The key is set and there is no any restrictions over the key.
But I got Requests to this API must be over SSL. Load the API with "https://" instead of "http://". and HTTP status code 403 as error message for the request. Is there any other configs or options to enable HTTPS or should I specify the endpoint manually? I can not find solution or documentation about this.
Thanks.
The text was updated successfully, but these errors were encountered:
If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.
@frank-zsy Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:
update: the old SDK @google/maps works fine though.
usefulthink
added
needs more info
This issue needs more information from the customer to proceed.
and removed
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
triage me
I really want to be triaged.
labels
Oct 9, 2023
Environment details
Steps to reproduce
Code example
This is quite simple demo to get geocode of an address using GeoCode API. The key is set and there is no any restrictions over the key.
But I got
Requests to this API must be over SSL. Load the API with "https://" instead of "http://".
and HTTP status code 403 as error message for the request. Is there any other configs or options to enable HTTPS or should I specify the endpoint manually? I can not find solution or documentation about this.Thanks.
The text was updated successfully, but these errors were encountered: