When you get an error 500 from GAE, is your App Engine application returning the 500 or is it from the upload handler URL? What version of Android are you using? If you're using an old version of Android, can you re-test using a recent-ish version of Android? Can you view this page using your Android machine and see if it shows good SSL support? https://www.ssllabs.com/ssltest/viewMyClient.html
If you're using a newer version of Android and still can't get the app to run, can you post the request coming out of the application? I mean the whole request, with specific emphasis on lines that show "content-disposition" information. Here's a few ways to watch the HTTP requests from your phone: http://stackoverflow.com/questions/22353717/list-http-requests-from-android-phone ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Wed, Mar 11, 2015 at 11:51 PM, Tomonori Yoshino < [email protected]> wrote: > Hello > I develop android application with GAE/php. > > I want to file upload from android application. > > I'm using CloudStorageTools. > https://cloud.google.com/appengine/docs/php/googlestorage/user_upload > > First,Android application request GCS uploadurl to GAE/php on > CloudStorageTools::createUploadUrl. > > and Android application upload file that connect response URL from GAE/p > > Http connection using is OK.I can confirm file on GCS buckket. > > But, Https(SSL) connection using ,I have error 500 from GAE(Google > Frontend). > > How to Upload file with SSL connect. > > Please help me. > > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CALSvALBBHiVDtiFv6VucbnKQpbPD0FKeUXutcghEQfytJVjPHA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
