Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-29 Thread kc ochibili
I know this is hard but do you mind helping me out using chrome remote desktop ? On Fri, Jun 29, 2012 at 6:11 PM, Stuart Langley wrote: > Hard to help unless you explain the error

Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-29 Thread Stuart Langley
Hard to help unless you explain the errors that you see when you try to use the service. On Saturday, 30 June 2012 06:39:20 UTC+10, kc ochibili wrote: > > I tried and tried but kept bumping into errors with cmd i was following > these > instructions

Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-29 Thread kc ochibili
I tried and tried but kept bumping into errors with cmd i was following these instructions and this but was not successful pls help me slangley On Thu, Jun 28, 2012 at 2:

Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-28 Thread Stuart Langley
I understand that On Thursday, 28 June 2012 16:01:56 UTC+10, kc ochibili wrote: > > I am trying to post images from my app that is in development, my goal is > to post anonymously to the bucket > > On Wed, Jun 27, 2012 at 11:25 PM, Stuart Langley wrote: > >> have you tried to use curl to post a

Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-27 Thread kc ochibili
I am trying to post images from my app that is in development, my goal is to post anonymously to the bucket On Wed, Jun 27, 2012 at 11:25 PM, Stuart Langley wrote: > have you tried to use curl to post a file to your bucket? > > the other thing you can do is use gsutil -d to copy a file to your b

Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-27 Thread Stuart Langley
have you tried to use curl to post a file to your bucket? the other thing you can do is use gsutil -d to copy a file to your bucket and look at the headers, and make sure you're doing something similar. On Thursday, 28 June 2012 13:13:15 UTC+10, kc ochibili wrote: > > yes i have read it , the b

Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-27 Thread kc ochibili
yes i have read it , the bucket i'm trying to post to. the ACL is set to "ALLusers" and "Full Access. Any suggestions on what i am doing wrong? or can i send you the bucket name to see if you could post to it ? On Wednesday, June 27, 2012 7:37:36 PM UTC-5, Stuart Langley wrote: > > You've fu

Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-27 Thread Stuart Langley
You've fully read and understand https://developers.google.com/storage/docs/reference-methods#putobject or https://developers.google.com/storage/docs/reference-methods#postobject? On Thursday, 28 June 2012 09:09:11 UTC+10, kc ochibili wrote: > > I just tried this url > (http://commondatastora

Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-27 Thread kc ochibili
I just tried this url (http://commondatastorage.**googleapis.com/bucket/ without the plus d, but i'm still getting the error, does any body know why this is happening ? or am i using the wrong "Post url" ? somebody please help :( On Wed,

Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-27 Thread googlefox
Try removing the '+' ? On Monday, June 18, 2012 7:02:58 AM UTC-7, kc ochibili wrote: > > I have a bucket with the acl set to Allusers and Full acces, so that users > can post and retrieve images from the bucket. > >. I have tried using this url ( > http://commondatastorage.googleapi

Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-18 Thread kc ochibili
I have a bucket with the acl set to Allusers and Full acces, so that users can post and retrieve images from the bucket. . I have tried using this url ( http://commondatastorage.googleapis.com/bucket/+Image.png) to post images from my app; but i get the "error 1104, the image can

Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-11 Thread Andreas
how does your code look like? what did you try, what not? On Jun 8, 2012, at 3:10 PM, kc ochibili wrote: > Does anyone know how i could make google app engine for python to accept > images i post from my app, I already have Pil which is an add on to google > app engine to accept images but wh

[google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-11 Thread kc ochibili
Does anyone know how i could make google app engine for python to accept images i post from my app, I already have Pil which is an add on to google app engine to accept ima