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
The Channel API is an App Engine specific API. If you're not using App Engine, you don't need to use the Channel API as you generally can allow your browser application to communicate with your backend directly, for example using WebSockets.
If you are using App Engine but testing locally, the Channel API is emulated on the local development server using polling.