I have read the question from Sending images to google cloud storage using google app engine.
However, the codes in the answer that the file will upload to Blobstore first, so the file can not be exceeded 32MB.
How can I upload the large file to Google Cloud Storage directly?
I have checked the official document Upload Objects, but I still don't know how to write a form to post a large file.