Google Places Works in API Connector But Not in Testing

Has anyone seen this before? I am able to get the Google Places API to work in the API Connector but it gives INVALID REQUEST response when calling in my app. Thanks!

Getting response…

Same Call gets INVALID REQUEST

Why don’t you use the Google maps API plug-in. Works great and has the Google places API

Thanks @AliFarahat you are right, I am using the Google Maps API plug-in and it works. I thought for some reason that the plugin did not return a next_page_token from Google Places but it seems that it does. How to get that working with repeating groups to show the next page of results after displaying the initial page is a little tricky, I can post the solution when I figure it out.