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
But the geocode and reverseGeocode functions do not accept the apikey I pass in and I just get an error response about token being required. I've tried the following methods to pass in the apikey:
I am trying to use this package with my Gatsby (react) project but am running into issues with using my apikey.
Due to an issue I recently opened I import this package directly into my components to try and use
When I use
geosearch
, the api key is applied and it works as expected:But the
geocode
andreverseGeocode
functions do not accept the apikey I pass in and I just get an error response about token being required. I've tried the following methods to pass in the apikey:and none of these work, I always get the
Token Required
error response.What is the proper way to pass the token to these methods?
The text was updated successfully, but these errors were encountered: