Hello Hossein, The payload maximum size is indeed 10 megabytes, in accordance with the "Quotas and limits for URL Fetch" sub-chapter of the "Outbound Requests" documentation page <https://cloud.google.com/appengine/docs/standard/java/outbound-requests#quotas_and_limits_for_url_fetch>. You may simply avoid sending files larger than the limit, otherwise, depending on your use-case, you may create signed URLs <https://cloud.google.com/storage/docs/access-control/signed-urls> to upload large files to Cloud Storage. Depending on your app's purpose, this might help under certain circumstances.
How does you app use the URLFetch Service? What do you try to do? Sample code and general information about your application would be of great help in defining your issue. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/90b07fa1-d412-4ac7-9d33-7b98a08ccc23%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
