apigee / api-platform-samples

Working samples for the Apigee API Platform
Apache License 2.0
498 stars 713 forks source link

JavaScript mashup doc sample does not work #106

Open kristianjaeger opened 5 years ago

kristianjaeger commented 5 years ago

https://github.com/apigee/api-platform-samples/tree/master/doc-samples/javascript-mashup-cookbook Running 'sh invoke.sh' results in the following error: {"error":TypeError: Cannot read property "status" from undefined}

Hint: the google maps API changed. 1) needs API key and 2) address is a required query param. Thanks.