I am trying to download the contents of a file from a google doc to
the blobstore using the app engine python api v3. To do this, I wanted
to grab the contents of the file, store them in memory, and then write
the contents directly to the blobstore using the files api. This works
perfectly fine for users on the same domain. However, when I try to
call GetFileContent using a client with a user who is authenticated
via 2-legged-oauth on a document owned by someone on another domain I
have problems. I have verified that the user has sharing privileges
(fails for both reading and writing) and yet the server is still
responding with a 401: Unauthorized error. Any reason why this would
be?

-- 
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.

Reply via email to