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 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 fully read and understand 
>> https://developers.google.com/storage/docs/reference-methods#putobjector 
>> 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://commondatastorage.**
>>> googleapis.com/bucket/<http://commondatastorage.googleapis.com/bucket/+Image.png>
>>>   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, Jun 27, 2012 at 5:05 PM, googlefox <feroze.d...@gmail.com>wrote:
>>>
>>>> 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.**
>>>>> googleapis.com/bucket/+Image.**png<http://commondatastorage.googleapis.com/bucket/+Image.png>)
>>>>>  
>>>>> to post images from my app; but i get the "error 1104, the image can      
>>>>>  
>>>>>                  not be posted with the url provided. here is my alc for 
>>>>> the bucket:
>>>>>
>>>>> <?xml version="1.0" ?>
>>>>> <AccessControlList>
>>>>>     <Owner>
>>>>>         <ID>
>>>>>             00b50024a97592382732e7e69afac5**
>>>>> fcba343397379237323e5ebd216831**a418023820874872
>>>>>         </ID>
>>>>>     </Owner>
>>>>>     <Entries>
>>>>>         <Entry>
>>>>>             <Scope type="AllUsers"/>
>>>>>             <Permission>
>>>>>                 FULL_CONTROL
>>>>>             </Permission>
>>>>>         </Entry>
>>>>>         <Entry>
>>>>>             <Scope type="GroupById">
>>>>>                 <ID>
>>>>>                     00b4903a2853501162e8e89afac5fc**
>>>>> ba14239486e5ebd216831a41932305**9585
>>>>>                 </ID>
>>>>>             </Scope>
>>>>>             <Permission>
>>>>>                 FULL_CONTROL
>>>>>             </Permission>
>>>>>         </Entry>
>>>>>     </Entries>
>>>>> </AccessControlList>
>>>>>
>>>>>
>>>>> On Monday, June 11, 2012 12:21:47 PM UTC-5, aschmid wrote:
>>>>>>
>>>>>> 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<https://developers.google.com/appengine/docs/python/images/>
>>>>>>   <https://developers.google.com/appengine/docs/python/images/>which 
>>>>>> is an add on to google app engine to accept images  but when i test it 
>>>>>> on 
>>>>>> my app, I get the error message "that the image could not be posted to 
>>>>>> the 
>>>>>> Url i provided (MyApp.appspot.com <http://myapp.appspot.com/>).
>>>>>> If you know, how do I get my server to accept images ?
>>>>>>
>>>>>> -- 
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "Google App Engine" group.
>>>>>> To view this discussion on the web visit https://groups.google.com/d/
>>>>>> **msg/google-appengine/-/**IxYXhoV-9ywJ<https://groups.google.com/d/msg/google-appengine/-/IxYXhoV-9ywJ>
>>>>>> .
>>>>>> To post to this group, send email to google-appengine@googlegroups.**
>>>>>> com <google-appengine@googlegroups.com>.
>>>>>> To unsubscribe from this group, send email to 
>>>>>> google-appengine+unsubscribe@**googlegroups.com<google-appengine+unsubscr...@googlegroups.com>
>>>>>> .
>>>>>> For more options, visit this group at http://groups.google.com/**
>>>>>> group/google-appengine?hl=en<http://groups.google.com/group/google-appengine?hl=en>
>>>>>> .
>>>>>>
>>>>>>
>>>>>>  -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Google App Engine" group.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msg/google-appengine/-/APDWtUBOjj0J.
>>>>
>>>> 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.
>>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/rsrm5H76Qy8J.
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