On Sun, Aug 24, 2014 at 9:46 PM, cR <[email protected]> wrote: > Using the same upload example from here; > https://developers.google.com/appengine/docs/php/googlestorage/user_upload, > (stored to default bucket) I'm get 400 - bad request in the response. > Oddly, the file is stored as verified in the Blob Viewer tool, but the file > isn't available to the $_FILES array in php. > > Kindly share any thoughts or help on this. If anyone could try code from > the above link (with and without the default bucket), that would be good > too. >
Can you call *var_dump($_FILES);* and see if anything is stored there? Is it empty? Also call getDefaultGoogleStorageBucketName() <https://developers.google.com/appengine/docs/php/googlestorage/setup> and see if the text returned matches the default bucket name. ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
