问题标签 [google-apis-explorer]

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 投票
1 回答
1391 浏览

google-api - Google_Service_Exception:在 Google Drive 上上传文件的新版本时 fieldNotWritable

我的目的是能够上传已经在 Google Drive 上可用的文件的新版本。

我从https://developers.google.com/drive/v2/reference/files/update#examples的 PHP 示例开始。

结果我得到

我不明白有问题的不可写字段是什么。我唯一要更改的是文件的实际内容,而不是元数据。

有什么想法有什么问题吗?

0 投票
0 回答
227 浏览

python-2.7 - 非 GSuite 帐户的 Google 组 API?

简单的问题是:谷歌群组 API 是否可用于常规(非 GSuite)谷歌账户?

我问是因为虽然我遵循了此处描述的基本步骤:https ://developers.google.com/api-client-library/python/start/get_started ,但当我尝试读取任何属性时,我总是收到 500 错误我拥有的组,即使使用 google 的 APIs Explorer。

谢谢您的帮助,

0 投票
1 回答
1267 浏览

json - 在 Google Slides API 上使用整个 JSON 创建演示文稿

大家好(对不起我的英语)

我在使用 Google Slides API 时遇到问题,我需要将 Google Slides 文档从一个帐户复制到另一个帐户(因此我不能将 Google Drive API 与“复制”功能一起使用)。

为此,我使用 Google Slides API 在客户端检索 JSON 对象(演示文稿)并发送到我的服务器(nodejs)。

在我的服务器端应用程序中,我将 Presentation Object 发送给任何人,客户端可以将其存储在 Google Drive 中(始终使用 Google Slides API)。

但问题是当客户端将 Presentation Object(包含所有字段)发送到 Google Slides API(presentations.create 方法)时,它只是创建了一个裸 Google Slides 文档,而我的请求中没有包含属性。

我需要存储整个 Google 幻灯片文档,但我不能这样做,我不知道为什么。

我整天都在处理这个问题,请你帮帮我:)?

谢谢 !!!

0 投票
1 回答
88 浏览

google-apis-explorer - 对位于 Google Cloud Storage 中的文件使用 OCR

我使用图像上传对 OCR 进行了一些测试,但想将 OCR 与远程图像一起使用。这些图像位于 Google 存储中,但出现以下错误:

以下是相关文档:https ://cloud.google.com/vision/docs/detecting-fulltext

任何想法?谢谢

0 投票
1 回答
2420 浏览

google-cloud-platform - Google Cloud Adding a user to a project

I want to be able to programatically add a user to a project that exists in google cloud. I can do this via the console by going to Iam and admin, selecting a project, then searching for a user, selecting a role and adding them. Furthermore, the docs seem to say this should be possible

Project owners can grant access to team members to access project's resources and APIs by granting IAM roles to team members. You can grant a role to a team member using the Cloud Platform Console, the cloud command-line tool, or the setIamPolicy() method.

But the API seems to be missing this method.

I can grant users access to particular resources, but I cant give them the same kind of all resource access level that I can from the console.

What API call can I use to, say, grant a given user read-only access to all the resources in a given project?

0 投票
2 回答
307 浏览

google-cloud-platform - 谷歌云 API 未知名称“body_resource”

我想为使用的用户获取 IAM 策略

https://cloud.google.com/resource-manager/reference/rest/v1/projects/getIamPolicy

但是,当我在资源字段中输入用户 ID 时,我得到

{ "error": { "code": 400, "message": "收到无效的 JSON 有效负载。未知名称 \"body_resource\": 找不到字段。", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.rpc.BadRequest", "fieldViolations": [ { "description": "收到无效的 JSON 有效负载。未知名称 \"body_resource\": 找不到字段。" } ] } ] } }

我应该在请求正文中添加什么来获取该用户的 IAM 策略?或者错误是错误的,用户只是没有这样的资源策略?

编辑:要清楚,无论我在资源字段中输入什么,我都会收到此错误

0 投票
1 回答
290 浏览

google-apis-explorer - Google API Explorer: Where is the "fields" parameter editor?

The API explorer used to have a handy feature that let you "build" a fields parameter by checking the parts of the struct you wanted included. I found this useful, but it is no longer on the documentation pages with the API requests themselves. Where did this go?

0 投票
2 回答
1236 浏览

php - 尝试通过 google 电子表格 API v4 在 php 中编写时遇到定义范围的问题

请有人帮助我:

我发现这些范围需要在https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update的谷歌电子表格中写入

授权

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/drive
  • https://www.googleapis.com/auth/drive.file
  • https://www.googleapis.com/auth/spreadsheets

我可以从电子表格中读取和获取数据。但是当我尝试写一些东西时,它说“请求的身份验证范围不足”。

这是完整的错误:

0 投票
2 回答
1173 浏览

java - 使用 Google Drive Api 上传文件

我正在尝试以.vcf编程方式将现有文件上传到 Google Drive。到目前为止,它只保存一个空文件。

这可能很简单,但我不熟悉 Google Drive Api。这是代码:

0 投票
3 回答
2556 浏览

google-analytics - 谷歌分析 api 获取 userID / ClientID

我想从谷歌分析中获取我客户的使用数据,用它做一些可用性分析。为此,我需要一些我可以确定的东西,即哪个用户完成了哪个事件。谷歌分析 api 中是否有可能将这两个部分联系起来?