How do I increase quotas for Places SDK for Android?

烈酒焚心 提交于 2020-01-22 03:32:08

问题


I am using Google place SDK for android. I want to request more quota limits.

Users with an API key are allowed 1 000 requests per 24 hour period. Users who have also verified their identity through the APIs console are allowed 100 000 requests per 24 hour period. A credit card is required for verification, by enabling billing in the console

so I have followed the instructions :

  1. Google Developers Console

  2. Select Project, Expand API & Services , Click the Place SDK for Android, Go To Quota tab

  3. In Requests--> Edit , I have clicked the 'Apply for higher quota' which redirect me to Places SDK for Android Usage and Billing

I read this document but I don't understand where should I place request for more quota.


回答1:


You're using the deprecated Places SDK for Android, which is why your quota is capped. The endpoint for the new SDK is Places API which has unlimited daily quota set by default.

To migrate to the new Places SDK for Android, follow Google's migration guide. Note that version 2.0.0 requires that you migrate to AndroidX as well.

Hope this helps!



来源:https://stackoverflow.com/questions/58639110/how-do-i-increase-quotas-for-places-sdk-for-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!