upload image response returned status code 200 in code and log
but client recived 500 error
help me.
createuploadurl.php
....
$upload_url = CloudStorageTools::createUploadUrl('/api/upload/upload',
$options);
....
upload.php
....
....
header('Content-Type: application/json; charset=utf-8');
echo json_encode($result, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE);
syslog(LOG_DEBUG,"success.");
log is success
--
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/ba181782-722a-4dab-b829-cae9f72213a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.