Hello ,

I need help to upload file on Google docs.

I am developing simple web application in java which is hosted on app
engine. I have done authorization using authsub protocol to access
private feeds on google docs.For all this I have used document list
API.

Now I want to upload file from my local filesystem( /root/test.txt )
to google docs through this web application but it throws me Security
exception.

java.security.AccessControlException: access denied
(java.io.FilePermission /root/test.txt read)

when i tried to upload file "web-inf/test.txt",it uploaded
successfully.

Does anyone know about this, why this happens??

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to