简体   繁体   中英

How do I upload a document from a web form to google docs?

I'm writing a web aplication for users to upload documents on their computer to google docs, and download them. It seems that google docs python API requires that the files for upload be stored locally on the server running the aplication. How do I allow users to upload documents using a web form?

Google Documents List Data API is a REST API, so you can use it in any language. You can use urllib2 or culrlib to make your HTTP requests, or use http://code.google.com/intl/pl-PL/apis/documents/docs/3.0/developers_guide_python.html#GettingStarted

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM