Surendra Kumar
Surendra Kumar
> I have installed this plugin in Pycharm. But when I ran .cyp, Pycharm tell me I should "Choose Data Source". So, how to connect neo4j database in Pycharm? >...
Had the same problem, fixed it using `time.sleep(2)` The reason for this behavior is also mentioned in the [documentation](https://developers.google.com/places/web-service/search#PlaceSearchPaging) > There is a short delay between when a next_page_token is...
In my case, I reverted to connector version 1.6.1 from 1.6.6 (latest as of now) and it fixed the issue.