Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android studio 谷歌方向API计费_Android Studio_Google Cloud Platform_Google Directions Api - Fatal编程技术网

Android studio 谷歌方向API计费

Android studio 谷歌方向API计费,android-studio,google-cloud-platform,google-directions-api,Android Studio,Google Cloud Platform,Google Directions Api,我正在实现一个Android应用程序,我想使用Directions API,但我在尝试HTTP get请求时出现了以下错误: { "error_message" : "You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.go

我正在实现一个Android应用程序,我想使用Directions API,但我在尝试HTTP get请求时出现了以下错误:

{
   "error_message" : "You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started",
   "routes" : [],
   "status" : "REQUEST_DENIED"
}
我知道我必须启用计费,我想知道的是限制。我做这个应用程序是为了学生的目的,所以这个应用程序除了我之外不会被任何用户使用。我想知道我的信用卡是否安全,如果你可以免费使用的话。我知道有一个免费试用,但在那之后,任何要求,甚至一个都会花费我的钱??
谢谢。

如果您使用免费GCP tier,免费试用将在您使用所有信用时结束,或在3个月后结束,以先到者为准

当时,下列条件适用:

  • 您必须升级到付费帐户才能继续使用谷歌云
  • 您在试用期间创建的所有资源都将停止
  • 存储在计算引擎中的任何数据都将丢失
您的帐户进入30天的宽限期,在此期间,您可以恢复您在试用期内存储在任何谷歌云服务中的资源和数据

您可能会收到一条消息,说明您的帐户已被取消,这只表明您的帐户已被暂停以防止发生费用


如果您想管理您的开支,您可以设置预算警报,也可以设置预算警报的上限使用情况

对于此类问题,最好直接在此处向他们提交支持通知单:。他们将能够解决您关于账单、定价、免费试用和设置限制的所有问题。