问题标签 [google-drive-api]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
7 回答
85240 浏览

google-drive-api - Google Drive API 的使用限制是多少?

因为这个产品是新产品,我期待在上面开发一个应用程序,所以对 API 的使用是否有任何限制,例如:

  • 上传和下载配额
  • 每个应用的请求
  • ETC
0 投票
2 回答
6596 浏览

android - 从 Android 使用 Google Drive SDK

我花了几个小时试图弄清楚如何使用 SDK。它看起来很冗长,并且有大约 20 个依赖项,但绝对没有使用示例。

有谁知道我在哪里可以找到一些可以学习的例子。Dropbox 只是下载 SDK 并使用它的一个例子。谷歌驱动器似乎只有 javadoc,如果您已经知道自己在做什么,它只会作为参考有用。

我正在尝试做我认为最简单的操作。上传、下载、删除、创建。

0 投票
1 回答
598 浏览

google-drive-api - 使用 Google Drive SDK 仅将二进制差异下载到客户端

我想问您是否可以仅下载旧本地文件和服务器上较新文件版本之一之间的二进制差异,并将它们应用于客户端上的文件?

场景如下: 驱动器上有单个文件的多个修订版。

具有过时文件版本的客户端连接到驱动器并希望将文件更新为一些较新的版本。但是,它只想传输尽可能少的数据并将这些更改在本地应用到其修订版中。

是否有任何 API 调用可用于此?我对基于 Java 的功能特别感兴趣。

Dropbox 的客户端支持这一点,但它的 API 不支持。还有可以以类似方式使用的 BUP,尽管它缺乏云后端和适当的 Windows/Java 支持。

谢谢你和亲切的问候彼得

0 投票
2 回答
1951 浏览

google-drive-api - Google Drive API:列出集合

我们如何使用 Google Drive API 管理 Google Drive,这需要

  1. 列出集合及其子集合
  2. 创建文件和集合
  3. 重命名/移动/复制文件和集合
0 投票
3 回答
18259 浏览

ide - 使用 Google Drive(或任何云存储)作为开发工作区?

这在某种程度上适用于所有云存储,但我特别想知道:

使用 Google Drive 作为根开发文件夹是否可行?

例如像这样的设置:

我什至需要有本地副本还是这种类型的服务足够稳定,可以用作“工作区”

我担心的是,如果我使用 IDE 或一次处理很多事情,在我操作文件时会导致明显的延迟或带宽问题吗?

如果这不切实际,那么在云存储被如此广泛使用的情况下,这种类型的基础设施是否有“最佳实践”?

请注意,从程序员的角度来看,我对答案很感兴趣

0 投票
2 回答
762 浏览

google-drive-api - 如何在本地下载 Google Drive SDK 的示例?

有人能告诉我如何在本地下载 Google Drive SDK 的示例吗?

谢谢 !

0 投票
5 回答
81256 浏览

google-api - 如何通过 API 向 Google Drive 添加/创建/插入文件?

需要有关通过 api 将文件插入谷歌驱动器的帮助。用于此目的的 api 文档并没有明确说明如何通过 http post 请求发送文件的实际正文。

0 投票
1 回答
5478 浏览

eclipse - Eclipse 和 Google Drive 的问题

今天我尝试将我的开发环境从 Dropbox 切换到 Google Drive。我的完整开发文件夹(30,000 个文件)存储在本地并同步到云端。Dropbox 已经完美运行了将近一年,但 Google Drive 目前便宜得多——所以我尝试用 Google Drive 做同样的事情。

Google 云端硬盘仅显示一种目录的上传错误。所有这些目录都与eclipse有关。

有问题的文件例如:

我确实查看了属性,但我找不到这些目录有什么特别之处。Eclipse 没有运行。

我能做些什么?

提前谢谢了。

0 投票
1 回答
1283 浏览

google-docs-api - Google 文档列表 API 和 Google Drive SDK

DOcument List Api 的路线图是什么?它比 Google Drive SDK 有更多的功能(即 ACL)。现在 JAVA 或 PHP 的示例已从文档中消失。它会在不久的将来被弃用吗?

0 投票
2 回答
706 浏览

php - Google Docs API Adding a ressource to a collection (Zend/gdata)

I'm trying to do this following the API documentation there: https://developers.google.com/google-apps/documents-list/#adding_a_resource_to_a_collection

With the Zend PHP gdata Framework my code is :

Documentation on this method

I don't know how to find the correct URI then...

The entryFile parameter is the right type, it's the url that cause the problem the error

Response from the server :

HTTP/1.1 400 Bad Request Content-type: text/html; charset=UTF-8 Date: Wed, 25 Apr 2012 17:10:51 GMT Expires: Wed, 25 Apr 2012 17:10:51 GMT Cache-control: private, max-age=0 X-content-type-options: nosniff X-frame-options: SAMEORIGIN X-xss-protection: 1; mode=block Server: GSE Connection: close Invalid request URI

The exception :

Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, got 400 Invalid request URI' in C:\Program Files (x86)\EasyPHP-5.3.6.1\www\workspace\library\Zend\Gdata\App.php:709 Stack trace: #0 C:\Program Files (x86)\EasyPHP-5.3.6.1\www\workspace\library\Zend\Gdata.php(219): Zend_Gdata_App->performHttpRequest('POST', 'https://docs.go...', Array, 'performHttpRequest('POST', 'https://docs.go...', Array, 'post(Object(Zend_Gdata_Docs_DocumentListEntry), 'https://docs.go...', NULL, NULL, Array) #3 C:\Program Files (x86)\EasyPHP-5.3.6.1\www\workspace\library\Zend\Gdata\Docs.php(300): Zend_Gdata_App->insertEntry(Object(Zend_Gdata_Docs_DocumentListEntry), 'https://docs.go...', 'Zend_Gdata_Docs.. in C:\Program Files (x86)\EasyPHP-5.3.6.1\www\workspace\library\Zend\Gdata\App.php on line 709

(If you need any info please let me know, i'm really stuck on this and i'm willing to give as much details as possible if needed)