gpt4 book ai didi

google-places-api - iOS 版 Places API 未启用错误

转载 作者:行者123 更新时间:2023-12-04 17:42:57 25 4
gpt4 key购买 nike

我无法调用地点 API

Error: The operation couldn’t be completed. The Places API for iOS is not enabled. See the developer's guide (https://developers.google.com/places/ios-api/start) for how to enable the Google Places API for iOS.



我已遵循本指南 Places API getting started :

1)安装API(Pod文件和Pod安装)

2) 设置 API Key 并将其限制为 iOS

3) 在 AppDelegate 中添加 key (GMSPlacesClient.provideAPIKey("YOUR_API_KEY"))

但是,我仍然遇到上述错误。

这是要启用的正确 API 吗?

enter image description here

我已经等了 30 多分钟(现在超过 17 小时)让 API key 设置生效,但错误仍然存​​在。不过,我可以使用相同的 key 让 Maps API 正常工作。

版本:“GooglePlaces (2.7.0)”+ iOS12.0

最佳答案

将 Podfile 中的版本从 2.7.0 更新到 3.0.3 后工作

  pod 'GooglePlaces', '= 3.0.3'
pod 'GooglePlacePicker', '= 3.0.3'
pod 'GoogleMaps', '= 3.0.3'

Installing GoogleMaps 3.0.3 (was 2.7.0)

Installing GooglePlaces 3.0.3 (was 2.7.0)



刚刚注意到文档中有一条说明:

IMPORTANT: The Place Picker is deprecated as of January 29, 2019. This feature will be turned off on July 29, 2019, and will no longer be available after that date. To continue using the Place Picker through the deprecation period, do NOT migrate to the new SDK yet, and do NOT disable the Places SDK for iOS service in your Google Cloud Platform project, as doing so will also disable the Place Picker.



显然它现在不起作用,尽管它提到它将在 2019 年 7 月 29 日关闭。也许我需要恢复代码以使用以前的版本。

关于google-places-api - iOS 版 Places API 未启用错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54910046/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com