cost 131 ms
从 Google Doc 分配的 Google 任务,通过 API 查询时不显示 - Google Tasks assigned from a Google Doc, not showing when queried via API

最近, Google Workspace 发布了将任务分配给 Google Docs 中的人员的可能性。 这些任务随后会出现在 Google Task 应用程序中,但是,当通过 API(甚至 Zappier)查询时,它们不会出现。 有人试过吗? 我想通过 API 将它们拉到我的 things3 收件 ...

为什么“到期”参数不考虑时间戳的时间部分? - Why the "due" argument doesn't take the in account the time portion of the timestamp?

我目前正在开发一个 python 脚本来管理 Google Tasks 中的任务。 我想插入一个指定日期和时间的任务。 通过转到文档页面,这是写的: "due": "A String", # 任务的截止日期(作为 RFC 3339 时间戳)。 可选的。 到期日只记录日期信息; 设置截止日期时,时 ...

如何增加 Google Cloud Tasks 的等待时间? - How to increase wait time for Google Cloud Tasks?

我正在创建许多要在 Cloud Tasks 中处理的任务,但其中一些任务由于缺乏可用资源(实例)而失败。 请看下图: 如您所见,Google 在抛出 http 500 错误之前等待的平均时间是 10 秒,有时不到 10 毫秒就足以抛出 http 500。这个队列设置了自动重试,因此,最终所有任 ...

如何在 Google App Engine 中创建扇出 DeferredTask - JAVA - How to create a fan-out DeferredTask in Google App Engine - JAVA

我有一个 Java App Engine 项目,我正在将DeferredTasks用于推送队列。 我希望能够创建 DeferredTask 的多个分片,以便能够获得更多吞吐量。 基本上,我想运行一个 DeferredTask,然后运行更多的 DeferredTask(最多 1,000 个)。 本质 ...

有没有办法只在前一个任务完成后才调度任务,同时使用谷歌云任务? - Is there a way to dispatch a task only after the previous task is completed, while using google cloud tasks?

我正在尝试构建一个实时出价匹配引擎,其中出价匹配逻辑驻留在 firebase 云 function 中,并且我希望云 ZC1C425268E68385D1AB5074C17A94F14 在任何时间点都有内容条件运行以防止数据运行。 这个想法是,对于每个新的出价,我都会创建一个新的谷歌云任务,但同时 ...

如何将 MAX_ATTEMPTS 从代码设置为 Google Cloud Task? - How to set MAX_ATTEMPTS from code to Google Cloud Task?

如何在代码中设置谷歌云队列中任务的MAX_ATTEMPT ? 当我创建新任务时,我想设置给定任务的重复次数,我可以从下面的代码中完成吗? 我有像这里这样的谷歌云队列: 从 Google Cloud 文档中,我看到我可以从控制台为整个队列执行此操作 - https://cloud.google ...

在 Google 任务中插入任务 API,错误:403,消息:请求的身份验证范围不足 - Insert Task in Google Task API , Error: 403, message: Request had insufficient authentication scopes

我正在尝试将新任务插入到 TaskList 中。 这是我的代码: 我曾尝试将 scope 从 Google_Service_Task::TASK_READONLY 更改为 Google_Service_Task::TASK,包含的谷歌任务文档也做同样的事情,但我试过然后它不起作用。 有人可以给我建议 ...

谷歌任务 API - Google Task API

我将在不使用浏览器的情况下通过服务器上的 API 获取 Google 任务,但是当我调用 API 时,它为我提供了重定向链接以对应用程序进行身份验证,如此处的文档中所示。 我不希望重定向到浏览器、验证应用程序并获取身份验证代码。 我只需要在调用 API 时获取验证码。 有什么办法吗? ...

超过 512 MB 的软内存限制,总共为 3 个请求提供服务后为 532 MB。 考虑在 app.yaml 中设置更大的实例类 - Exceeded soft memory limit of 512 MB with 532 MB after servicing 3 requests total. Consider setting a larger instance class in app.yaml

我们在 Google App 引擎标准环境中,F2 实例(第 1 代 - python 2.7)。 我们有一个遵循此流程的报告模块。 Worker Task 在队列中启动。 在 worker 类中,我们查询 Google 数据存储并将数据写入 Google Sheet。 我们对记录进行分页以 ...

GTasks API 服务帐户:客户端无权使用此方法检索访问令牌 - GTasks API Service Account: Client is unauthorized to retrieve access tokens using this method

我有一个具有域范围委托的服务帐户,并且它在日历 API 上运行良好。 我可以在没有同意屏幕的情况下冒充组织内的其他用户来处理 Google 日历中的 CRUD 事件。 现在我正在尝试使用 GTasks API 但出现错误。 对于 GTasks credentials = service_accou ...

计划运行之前的 Google Cloud RunTask - Google Cloud RunTask before its scheduled to run

使用 Google Cloud Tasks 时,我如何过早运行队列中的任务。 我需要在计划运行之前运行该任务。 例如,用户选择导航离开页面并提示他们。 如果他们接受离开该页面的提示,我需要以编程方式清除排队的任务项。 我将在后端使用 firebase-function 运行它。 ...


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