getting blobstore to callback to endpoint method

自古美人都是妖i 提交于 2019-12-03 08:48:46

You should be able to use

https://appid.appspot.com/_ah/api/apiname/version/saveAnimalData

As your final destination url when calling. blobstoreService.createUrl(destination) .

Just bear in mind that the request here is not your original submission. GAE will first call an internal URL (the one created by the blobstoreservice), store the blob and then call your destination URL so whatever info you send will be lost before reaching your endpoint (eg AnimalData will be null)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!