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
'withDefaults()' is just a new FetchOptions(), and FetchOptions() has no default 'limit' as seen in the code.
Even in the JavaDocs it explains that 'getLimit()' returns null if nothing has been set. The only default that is set is the chunk size. In the code it shows it being set to '20', but I think this has been since increased to ~300 (or ~1000).