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
Just got this a few times for one of my AppEngine services (using the old Python2.7 runtime):
It's cleared up now, and the cloud status dashboard shows all green checks.
-Joshua
Osvaldo Lopez Acuña
unread,
Sep 14, 2022, 2:56:45 PM9/14/22
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 App Engine
HTTP 503 is a specific indicator on GAE standard for appservers being too busy (not enough clones to serve the request). This is also known as pushback. You need to allow more clones, reduce traffic, stay under quota, or change your spending limit.