Socket API will be enabled once billing is enabled

て烟熏妆下的殇ゞ 提交于 2020-01-16 19:13:39

问题


Can anyone let me know why I am getting this message in my login screen. "The socket API will be enabled for this application once billing has been enabled in the admin console". I am building a GWT app and using Parse.com's REST API. I cannot make out why I am getting this error.


回答1:


To use sockets in GAE, you need to enable billing. You have two options:

  • Find where you use sockets and don't use them
  • Enable billing. You need a credit card, but the default daily limit is $0.00. You will never be charged unless you increase your maximum daily limit


来源:https://stackoverflow.com/questions/23187719/socket-api-will-be-enabled-once-billing-is-enabled

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