【发布时间】:2010-08-03 07:28:53
【问题描述】:
我想从http://www.abc.com/files/file.pdf 之类的 URL 中检索文件并存储在 blobstore 中...我该怎么做?
目前它只允许来自表单帖子...
【问题讨论】:
标签: google-app-engine url google-cloud-datastore blobstore
我想从http://www.abc.com/files/file.pdf 之类的 URL 中检索文件并存储在 blobstore 中...我该怎么做?
目前它只允许来自表单帖子...
【问题讨论】:
标签: google-app-engine url google-cloud-datastore blobstore
http://code.google.com/appengine/docs/python/urlfetch/fetchfunction.html 然后自己发帖?
Google 可能不会允许您在短期内向其传递任意 URL,以避免将其用作 DDOS。
【讨论】: