[Catalog-sig] PyPI reverse download

"Martin v. Löwis" martin at v.loewis.de
Tue Jul 27 23:58:34 CEST 2010


>> However, apps can neither read from nor write to the blobstore.
>> The only way to read from it is to serve the file, and the only
>> way to write to it is through a POST from the outside.
>>
> I've been able to write to it using urlfetch internally. You just craft a
> request with the POST from the app and send it to the URL you get from the
> blobstore API.

Won't that fail if the request is larger then 1MB?

http://code.google.com/intl/de/appengine/docs/python/urlfetch/overview.html#Quotas_and_Limits

Regards,
Martin


More information about the Catalog-SIG mailing list