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                       
 not be posted with the url provided. here is my alc for the bucket:

<?xml version="1.0" ?>
<AccessControlList>
    <Owner>
        <ID>
            
00b50024a97592382732e7e69afac5fcba343397379237323e5ebd216831a418023820874872
        </ID>
    </Owner>
    <Entries>
        <Entry>
            <Scope type="AllUsers"/>
            <Permission>
                FULL_CONTROL
            </Permission>
        </Entry>
        <Entry>
            <Scope type="GroupById">
                <ID>
                    
00b4903a2853501162e8e89afac5fcba14239486e5ebd216831a419323059585
                </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.
> 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/-/lBIydRuCiHwJ.
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