google-drive-ruby:一个用于在Google DriveDocs中读写文件电子表格的Ruby库

时间:2021-04-06 09:11:34
【文件属性】:
文件名称:google-drive-ruby:一个用于在Google DriveDocs中读写文件电子表格的Ruby库
文件大小:164KB
文件格式:ZIP
更新时间:2021-04-06 09:11:34
Ruby 谷歌驱动器Ruby 这是一个Ruby库,用于在Google云端硬盘/文档中读取/写入文件/电子表格。 注意:这不是创建Google Drive应用程序的库。 有一些不兼容的API更改。 参见 。 将此行添加到您的应用程序的Gemfile中: gem 'google_drive' 然后执行: $ bundle 或将其自己安装为: $ gem install google_drive 如果需要系统范围的安装,请执行以下操作: $ sudo gem install google_drive 授权 遵循中的一个选项来构造会话对象。 下面的示例代码假定“代表您”选项。 在Google云端硬盘中读取/写入文件的示例 require "google_drive" # Creates a session. This will prompt the credential via command
【文件预览】:
google-drive-ruby-master
----tmp()
--------.gitkeep(0B)
----LICENSE.txt(2KB)
----script()
--------gen-rdoc(162B)
----lib()
--------google_drive.rb(895B)
--------google_drive()
----Gemfile(99B)
----doc()
--------images()
--------authorization.md(7KB)
----Rakefile(233B)
----.travis.yml(178B)
----doc_src()
--------google_drive()
----test()
--------test_file.txt(75B)
--------test_file2.txt(23B)
--------run_test.sh(48B)
--------config.json.enc(2KB)
--------test_google_drive.rb(13KB)
----README.md(4KB)
----google_drive.gemspec(928B)
----MIGRATING.md(2KB)
----.gitignore(71B)

网友评论