Skip to content

Commit 49c1620

Browse files
authored
Merge pull request #19 from david-pivonka/fix/places-api-new
fix: migrate to new Google Places API (New) to resolve HTTP 403 errors
2 parents e59385a + 9b6c30b commit 49c1620

9 files changed

Lines changed: 944 additions & 10 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dist/
22
node_modules/
33
credentials.json
4-
.env
4+
.env
5+
.agents/*

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ All tools and features are confirmed functional through real-world testing.
2525

2626
## Features
2727

28+
### 🆕 Latest Updates
29+
30+
- ℹ️ **Reminder: enable Places API (New) in https://console.cloud.google.com before using the new Place features.**
31+
32+
2833
### 🗺️ Google Maps Integration
2934

3035
- **Location Search**
@@ -247,7 +252,11 @@ If you have any questions or suggestions, feel free to reach out:
247252

248253
## Changelog
249254

250-
### v0.0.18 (Latest)
255+
### v0.0.19 (Latest)
256+
257+
- **New Places API Integration**: Updated to use Google's new Places API (New) instead of the legacy API to resolve HTTP 403 errors and ensure continued functionality.
258+
259+
### v0.0.18
251260

252261
- **Error response improvements**: Now all error messages are in English with more detailed information (previously in Chinese)
253262

0 commit comments

Comments
 (0)