简体   繁体   English

日历推送通知到Java App Engine后端Servlet

[英]calendar push notification to java app engine backend servlet

I want to get push notification from google calendar into my java app engine backend servlet. 我想从Google日历获取推送通知到我的Java App Engine后端Servlet。 My question is, do I need to verify my java app engine backend servlet (which is hosted on google app engine server)? 我的问题是,我需要验证我的Java App Engine后端servlet(托管在Google App Engine服务器上)吗?

Thanks. 谢谢。

显然不能,我尝试使用HTML文件和元标记方法,但没有运气来验证我的App Engine后端网站。

Yes, you need to verify the domain even if it is hosted by Google App Engine. 是的,即使该域是由Google App Engine托管的,也需要验证该域。 Remember to always use HTTPS otherwise you won't be able to do it. 请记住,始终使用HTTPS,否则您将无法使用HTTPS。 To verify the easiest way is to create a static HTML file that points to the same file name in the root of the application. 验证最简单的方法是在应用程序的根目录中创建一个指向相同文件名的静态HTML文件。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM