我基本上查询在亚特兰大存储谷歌的地方API。
https://maps.googleapis.com/maps/api/place/search/json?location=33.7488,-84.3874&radius=50000&sensor=false&key=YOUR_KEY_HERE&types=amusement_park|art_gallery|bakery|bar|beauty_salon|bicycle_store|book_store|bowling_alley|cafe|car_repair|car_wash|clothing_store|florist|furniture_store|gym|hair_care|home_goods_store|jewelry_store|laundry|liquor_store|museum|night_club|pet_store|pharmacy|restaurant|shoe_store|spa|store|veterinary_care|zoo
这是预期收益与页面令牌的结果来获得数据的另一个页面相同的查询。
https://maps.googleapis.com/maps/api/place/search/json?key=YOUR_KEY_HERE&page_token=PAGE_TOKEN_HERE
根据他们的API这个第二url所有我需要的数据的第2页。 但它总是返回“REQUEST_DENIED”。
"{\n \"html_attributions\" : [],\n \"results\" : [],\n \"status\" : \"REQUEST_DENIED\"\n}\n"
为什么我收到请求被拒绝,目前还不清楚。 我远不及我的涨停。 如果我尝试运行从与令牌第一URL所有给定参数的第二URL包括它充当如果我请求第1页一遍,并完全忽略page_token。
有没有人得到这个page_token工作?!?!?!?!?!