I'm using Google's Contact API to download all my contacts. There are probably several thousand contacts. I'm using the Google::Moo <https://metacpan.org/pod/Moo::Google> perl module which uses the Mojolicious user agent.
I can successfully download up to about 200 contacts with one shot but after that, I get a response with no content even though the response code is "200." I set the $ENV variable to lift max_line_size, max_buffer_size, etc. but it did not work. The limitation is not on Google's side as I can successfully get all contacts via their web based Oauth 2.0 playground service. Any ideas on what I can try to coerce Mojolicious to get the content of the api call with a large response? -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
