You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I have two .php files, one api.ai class that accesses the api.ai service, and the other php file that receives POST requests from users. Can I implement something similar in Google App Engine? Sorry for my English
Kenworth (Google Cloud Platform)
unread,
Jan 17, 2018, 12:37:10 PM1/17/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Use of Google Cloud Endpoints can be a solution to implement a similar app on GAE. It helps you manage your APIs using the same infrastructure Google uses for its own APIs and use any language and framework to write an API.
You can visit this page for links to sample applications on Cloud Endpoints.