简体   繁体   English

使用SendGrid API服务时出现异常(com.google.apphosting.api.ApiProxy $ FeatureNotEnabledException)

[英]Getting exception while using SendGrid API Service (com.google.apphosting.api.ApiProxy$FeatureNotEnabledException)

I am using Sendgrid mail service in java code.I am enable to run code on localhost system and its working successfully, but when I try to run this code on google app engine project then its giving me this exception: I am using free mail service account of Sendgrid. 我在Java代码中使用Sendgrid邮件服务。我可以在本地主机系统上运行代码并成功运行,但是当我尝试在Google App Engine项目上运行此代码时,它给了我这个例外:我正在使用免费邮件服务Sendgrid的帐户。

Exception is: 例外是:

com.google.apphosting.api.ApiProxy$FeatureNotEnabledException: The Socket API will be enabled for this application once billing has been enabled in the admin console. com.google.apphosting.api.ApiProxy $ FeatureNotEnabledException:一旦在管理控制台中启用了结算功能,便会为此应用程序启用Socket API。

here is solution link,I am using SMTP API for mail service of sendgrid for free account but it will not work so,we can use WEB API. 这是解决方案链接,我正在使用SMTP API进行免费帐户的sendgrid邮件服务,但无法正常工作,我们可以使用WEB API。

sendgrid implementation without billing account in Google App Engine web project? 在Google App Engine Web项目中没有计费帐户的sendgrid实现?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 线程“ main” com.google.apphosting.api.ApiProxy $ CallNotFoundException中的异常:未找到API包“ mail”或调用“ Send()” - Exception in thread “main” com.google.apphosting.api.ApiProxy$CallNotFoundException: The API package 'mail' or call 'Send()' was not found Google App Engine Java 11 - com.google.apphosting.api.ApiProxy$CallNotFoundException 不明错误 - Google App Engine Java 11 - unclear errors com.google.apphosting.api.ApiProxy$CallNotFoundException com.google.apphosting.api.ApiProxy $ CallNotFoundException:未找到API包“ memcache”或调用“ Get()” - com.google.apphosting.api.ApiProxy$CallNotFoundException: The API package 'memcache' or call 'Get()' was not found com.google.apphosting.api.ApiProxy $ CancelledException:该API调用urlfetch.Fetch()已明确取消。 代码503 App Engine后端错误 - com.google.apphosting.api.ApiProxy$CancelledException: The API call urlfetch.Fetch() was explicitly cancelled. Code 503 App Engine Backend Error XMPPConnection.connect(XMPPConnection.java:953)时的ApiProxy $ FeatureNotEnabledException - ApiProxy$FeatureNotEnabledException while XMPPConnection.connect(XMPPConnection.java:953) 在Google云端存储中创建API访问后,ApiProxy $ ApplicationException:ApplicationError:8 - ApiProxy$ApplicationException: ApplicationError: 8 after created the API Access in google Cloud Storage Google API-使用服务目录 - Google API - using the Service Directory AppengineDeploy 后 com.google.api.Service.hasQuota 的 NoSuchMethodError - NoSuchMethodError for com.google.api.Service.hasQuota after appengineDeploy 使用Google+ API获取用户凭据 - Getting user credentials using Google+ API sendgrid与Google App Engine集成时是否没有提供sendgrid的任何功能/ API? - Is there any feature/API of sendgrid that is not offered in its integration with Google App Engine?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM