0

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?

4

1 に答える 1

0

Google Documents List Data APIは REST API であるため、どの言語でも使用できます。urllib2 または culrlib を使用して HTTP リクエストを作成するか、http: //code.google.com/intl/pl-PL/apis/documents/docs/3.0/developers_guide_python.html#GettingStarted を使用できます。

于 2011-08-25T14:09:31.907 に答える