I must call back this post. Problem was with the way I generate access token cookie. It's path was set to /api, therefore my http client did not provide cookie to the / _ah urls.
Sorry for early shoot anatoliy On Mar 14, 9:41 pm, anatoliy <[email protected]> wrote: > I'd like to ask advice on such issue: > > I use desktop client to upload files to the blobstore. Along with the > multipart form it submits access token in the HTTP cookie to the > generated upload URL. However, the blobstore handler does not receive > it and I get null when doing req.getCookies(). Same result is in SDK > and production. I expect that blobstore would forward all cookies to > the upload handler. > > With normal requests it works fine. > > Should it work that way? If so - can I workaround it by passing access > token to the createUploadUrl() ? > > E.g. createUploadUrl("myhandler?accessToken=AAABBBCCCDDD") -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
