Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有几个 Perl 脚本可以从 Google 驱动器上传/读取文件。是否可以使用 Perl Api 访问 Google 驱动器,或者我需要切换到 python 或 Google 支持的一些脚本语言。
我们有一个 REST API。您可以使用任何语言来实现自己的客户端,而不必使用我们支持的客户端库之一。
我刚刚找到了一个不错的 cpan 模块,用于与 Google 驱动器对话。所以它可能对你和对我一样有用,因为我刚开始玩它。唯一奇怪的是它需要运行安装脚本才能在您的机器上创建初始凭据。
http://search.cpan.org/~mschilli/Net-Google-Drive-Simple-0.03/lib/Net/Google/Drive/Simple.pm#SYNOPSIS