Search code examples
google-app-engineblobs

Problems uploading blobs onto App Engine


Hi i'm trying to upload some mp3s as blobs using the Complete Sample App code provided in the App Engine tutorial here and i'm getting the following error `HTTP ERROR 404

Problem accessing /_ah/upload/ag5jb2xsZWN0aXZlZ3dhcHIbCxIVX19CbG9iVXBsb2FkU2Vzc2lvbl9fGHQM. Reason:

No upload session: ag5jb2xsZWN0aXZlZ3dhcHIbCxIVX19CbG9iVXBsb2FkU2Vzc2lvbl9fGHQM`

Anyone have any ideas why i'm getting this? Tried running locally and even tried deploying the App and still having issues!


Solution

  • Seems to be a bug with SDK 1.4.3 This seems to work just fine with SDK 1.4.2

    Does this resolve your problem?