google-places-api-java icon indicating copy to clipboard operation
google-places-api-java copied to clipboard

Fix for a optional 'scope' attribute

Open chrissekaran opened this issue 5 years ago • 2 comments

Sometimes google maps places API doesnt send a 'scope' attribute eventhough their documentation says it should alwaysbe eiter 'GOOGLE' or 'APP'

So not sending this attribute fails parsing the response with an IllegalArgumentException trying to get Scope.valueOf("")

chrissekaran avatar Jun 21 '19 07:06 chrissekaran

The travis build is failing after running the unit tests trying to call the remote api and expects a key.

chrissekaran avatar Jun 21 '19 07:06 chrissekaran

resolves https://github.com/windy1/google-places-api-java/issues/66

billoneil avatar Jun 26 '19 20:06 billoneil