简体   繁体   English

谷歌驱动器api python

[英]google drive api python

I want to write a desktop python app using google drive API but the documentation on google website is a little messy and twisted with drive sdk which makes thing complicated and difficult to find useful staffs. 我想使用Google Drive API编写一个桌面python应用程序,但是Google网站上的文档有点混乱并且与Drive sdk交织在一起,这使事情变得复杂且难以找到有用的员工。 Can anyone give some useful doc and some sample code? 任何人都可以提供一些有用的文档和示例代码吗? Thx~ 谢谢

When using Twisted, you will need to adopt a policy whereby every Drive API call is deferred to a thread or threadPool. 使用Twisted时,您将需要采用一种策略,其中每个Drive API调用都将延迟到线程或threadPool。 I recently wrote a blog post about it here: 我最近在这里写了一篇关于它的博客文章:

http://unpythonic.blogspot.com/2012/07/calling-google-drive-api-and-other.html http://unpythonic.blogspot.com/2012/07/calling-google-drive-api-and-other.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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