126 questions
0
votes
1
answer
87
views
Missing cloud tasks data from google cloud inventory API
I created some cloud tasks queues in the account and was trying to retrieve the data using google cloud inventory APIs but no data is being returned even though the asset is mentioned as supported in ...
1
vote
0
answers
155
views
How to embed Google Tasks in Google Chrome Sidepanel
Goal: I'm trying to create a Google Chrome Extension with the sole purpose of interacting with Google Tasks in the Google Chrome sidebar. Similar to the sidebar available within Gmail (https://mail....
4
votes
2
answers
1k
views
Google Tasks assigned from a Google Doc, not showing when queried via API
Recently Google Workspace released the possibility to assign tasks to people in Google Docs. Those tasks appear then in the Google Task app, however, when queried via API (or even Zappier) they don't ...
0
votes
0
answers
71
views
{"error":"Failed to authenticate with Google"} - 500 error in production only
I have the below set up to try and get users data from google calendar and tasks APIs.
Googleauth.ts
import { google } from 'googleapis';
import { NextApiRequest, NextApiResponse } from 'next';
const ...
0
votes
1
answer
1k
views
How to create Google Cloud task sheduled on time?
I need to create Google cloud task with long time of retry (a year for example), this will be simple post request to endpoint of my application.
I created task with
const task = {
.....
1
vote
0
answers
183
views
google tasks API "Error fetching tasks: Error: Failed to fetch tasks: 401 Unauthorized"
I'm trying to build a simple tasks web app where users can login with their google accounts and access google tasks via the API. It's basically for my own use where I want to add an advanced search ...
0
votes
3
answers
2k
views
Google Tasks as a standalone window (or app) [closed]
I'd like to use Google Tasks, not from the sidebar of Gmail or Google Calendar, etc., but as a standalone browser window.
Even better would be to open it as a Chrome / Firefox webapp (i.e. a ...
0
votes
1
answer
311
views
Best approach to enqueue long-running run jobs?
I have the following scenario:
Front-end -> Cloud Run Service on serverless mode.
Based on the user action, it will call a long running and parameterized process, which can take more than one hour ...
56
votes
8
answers
84k
views
Generate an RFC 3339 timestamp similar to Google Tasks API?
I am in the process of building an app that syncs with Google Tasks. As part part of the syncing, I want to compare the local task and the API task, and see which one has been changed more recently.
...
0
votes
1
answer
106
views
React Native Google task integration
I try to receive the list of google task from react native app.
I created a new app :
npx react-native init GoogleTasksApp
Added the package :
npm install @react-native-google-signin/google-signin ...
1
vote
1
answer
180
views
Cannot remove task using Google Apps Script
I'm using the script.google.com editor to try to delete tasks from a list as part of a bigger project however I keep getting an error which says
API call to tasks.tasks.delete failed with error: Task ...
0
votes
0
answers
69
views
Retrieving extended properties from Google task
I am trying to create a Google task using the Task API, and when doing so, add an extended property or Client data. Then retrieve the property or data when I read the task later.
My json when creating ...
0
votes
1
answer
305
views
Google Tasks Authentication: Handle refresh tokens for Embedded Devices
I am developing for a personal embedded device (the Visionect e-ink display) that can run some node.js code to display tasks from my Google Tasks. It works fine but the token expires every so often. ...
0
votes
1
answer
289
views
Using Google Tasks
I am trying to create a task in my calendar from sheets. I have turned on advanced services and I am able to create task. The problem is more with the way I am trying to enter the fields or app ...
0
votes
2
answers
433
views
Firebase tasks pass function as queue payload
I'm trying to create a generic task queue in firebase.
Following docs I'm supposed to create a new queue for each function I need but I want to create a generic queue that will accept any function.
I'...
1
vote
1
answer
116
views
I need help to solve for app script creating duplicate Google Tasks
I am new to coding and have put together some code to reference Google Sheet values to create Google Tasks. However, when I run the script it doesn't seem to check the existing task title and dueDate ...
5
votes
1
answer
1k
views
How to create repeating tasks with Google Tasks API?
Can't create repeating tasks with Google Tasks API
Google Calendar API https://developers.google.com/calendar/v3/reference/events#resource has recurrence key.
"recurrence": [
string
],
But I ...
1
vote
1
answer
250
views
Unable to add multiple tasks using google tasks api in react.js
I am using google task API for inserting tasks in google tasks & it's also working properly when I am only adding one task at a time but the problem came when I am inserting multiple tasks in one ...
5
votes
1
answer
2k
views
Webhook for Google Tasks
I have integrated Google Tasks APIs into my web application. The requirement is to sync the task between web application and Google.
So far, the Task in my web application is created and synced with ...
1
vote
1
answer
187
views
Why the "due" argument doesn't take the in account the time portion of the timestamp?
I am currently developing a python script to manage tasks in Google Tasks. I would like to insert a task specifying both the date and the time. By going to the docs page, this is what is written:
&...
0
votes
1
answer
537
views
How to increase wait time for Google Cloud Tasks?
I am creating a lot of tasks to be processed in Cloud Tasks, but some of them are failing due to lack of available resources (instances). Please see the image below:
As you can see, the average time ...
5
votes
3
answers
840
views
Google Tasks API BatchRequest triggers "Duplicate Request ID in Batch Request"
Starting Sept 13th the Google Tasks BatchRequest update workflow is triggering a 400 error return "Duplicate Request ID in Batch Request" within an application that has remained stable for ...
1
vote
1
answer
913
views
Is there a way to dispatch a task only after the previous task is completed, while using google cloud tasks?
I am trying to build a realtime bid matching engine, where the bid matching logic resides inside a firebase cloud function, and i want the cloud function to have only one instance running at any point ...
0
votes
1
answer
310
views
google task api only insert taskList get Quota Exceeded
I am using Google Tasks API in php for managing my lists and tasks but recently I am having a problem with inserting a new task list, the point is that all the other calls are working correctly.
Any ...
3
votes
1
answer
721
views
Google Cloud Tasks - Network Error on create multiples tasks
In this code below I have a client which creates multiples tasks inside a map loop. However, this process doesn't complete and returns the follow network error:
Error: request to https://cloudtasks....
2
votes
1
answer
2k
views
How to get Google Tasks task link?
Is there any way to get a link to task?
(like tasks.google.com/lists/some_list_id/tasks/some_task_id)
So, for example, if I have an task_id and a task_list_id from Google Tasks API and want to have an ...
2
votes
2
answers
1k
views
Google task api due field
I am using google task list api and getting list from server. I created three task with different due time and date. I am getting date for every task but getting same due time. Can you please ...
1
vote
1
answer
482
views
How to set MAX_ATTEMPTS from code to Google Cloud Task?
How to set MAX_ATTEMPT of the tasks in google cloud queue in code?
When I create new task, I want to set how many repetitions of a given task should be, can I do it from the code below?
I have google ...
1
vote
2
answers
1k
views
Apply for higher quota for Google Tasks API?
Our quota for Google Task API "per day" has been exhausted. When we try and increase the quota, it says you need to apply for higher quota by "clicking here". However the Quotas ...
3
votes
3
answers
2k
views
How does one check for completed Google Tasks in a Google script?
I'm attempting to write a Google Script that accomplishes the idea contained in this pseudocode:
access a specific Google tasklist
for each task in that tasklist {
if the task is completed {
...
0
votes
1
answer
134
views
How to create a fan-out DeferredTask in Google App Engine - JAVA
I have a Java App Engine project and I am using DeferredTasks for push queues.
/** A hypothetical expensive operation we want to defer on a background task. */
public static class ExpensiveOperation ...
0
votes
0
answers
240
views
Google Cloud Tasks Celery migration confusion
I'm having trouble understanding how to use google cloud tasks to replace celery...
Currently, when you hit endpoint api/v1/longtask celery asyncs the task immediately and returns 200. Task runs, ...
1
vote
1
answer
1k
views
Google API Authentication Tasks API
I want to create a Lambda function that uses the Google Tasks API to add tasks every evening at a certain time.
I am unsure of how to authenticate with my account and be able to store access tokens ...
0
votes
0
answers
542
views
How to configure credentials on Google Cloud Task
I have a function who delivers email-s with payment bills to some subscribers, and because of it we have to queue this function to ensure that this e-mail will be delivered. So we started to use ...
2
votes
2
answers
3k
views
Exceeded soft memory limit of 512 MB with 532 MB after servicing 3 requests total. Consider setting a larger instance class in app.yaml
We are on Google App engine standard environment, F2 instance (generation 1 - python 2.7). We have a reporting module that follows this flow.
Worker Task is initiated in a queue.
task = ...
1
vote
0
answers
262
views
Authentication Flow for Google Tasks API
I am trying to access the Google Tasks API from my Raspberry Pi to synchronize Tasks.
Now comes a bit of a rant:
Because it should run on my headless Raspberry Pi, I cannot use a webbrowser there.
In ...
0
votes
1
answer
253
views
Google tasks API patch overrides time portion
I'm trying to use patch as an update option for a google tasks from the API https://developers.google.com/tasks/reference/rest/v1/tasks/patch. So far as I understand it should update only sent fields, ...
3
votes
1
answer
3k
views
Use Laravel Queue with Google Tasks on App Engine Standard
I'm running Laravel 6 on Google App Engine Standard and trying to make Laravel Queues work with Google Tasks natively.
Currently I'm creating (dispatching) and handling tasks with custom classes, ...
5
votes
1
answer
1k
views
How to secure an app engine app to be available only to Google Cloud Task?
I would like to create a task handler that is supposed to deal with some tasks with retry, etc.
But I want this endpoint to only be triggerable by a specific queue in google task ?
How am I supposed ...
1
vote
1
answer
433
views
Is it possible to add some meta information to Google Tasks?
I'd like to add some meta information to Google Tasks when creating a new task via API, is it possible? All I can see is a "notes" field which can be read by users, it's not what I need.
1
vote
1
answer
305
views
Google Task API
I am going to fetch Google Tasks via API on the server without using the browser but when I am calling the API, it gives me redirect link to authenticate the application as in the documentation here.
...
0
votes
0
answers
127
views
Google Tasks Shared List Limit?
I am admin to a Google Business account. I have 12 users in the account. Some of my users are able to have 3+ lists shared, but others are getting prompts that they need to have "Premium" in ...
1
vote
1
answer
1k
views
How to add a new task in google task api
I'm trying to figure out how to add a task using the Google tasks API. The docs leave a lot to investigate and I seen to be stuck. This is my code:
// Get the API client and construct the service ...
4
votes
2
answers
4k
views
How to set Google Tasks Due Date
How do you set the due date for a task with the google tasks service in apps script?
Tasks Service
Trying to set this value to a given date, but this seems to only update the local value not the ...
3
votes
0
answers
831
views
Unable to add Tasks to any Lists - Quota Exceeded Error
I have recently encountered a problem with adding new tasks to Google-Tasks.
Both the Google Calendar integration (in any browser) and the Google Tasks App (on Android - Galaxy S9+) report an error ...
0
votes
1
answer
2k
views
How to wait on Google Play Services Task(s) results to come with a timeout?
Most of the Google Play Services remote function calls return a Task that will be completed some time in the future. I have multiple tasks that I want to wait but no longer than a certain time out.
...
2
votes
1
answer
908
views
Return All Tasks dosen't return completed tasks
I develop a little command-line app to bring google tasks, but return all tasks in a specified task list does not return completed tasks, wish showCompleted is true by default
So I tried many times ...
0
votes
0
answers
50
views
Why "google.scrpt.run" does not work with google tasks auth in GAS script? [duplicate]
I'm using google.script.run in html template file, and it works well as I expected.
but it doesn't work after adding the oauthScope "https://www.googleapis.com/auth/tasks" to appsscript.json ...
4
votes
1
answer
800
views
Some issues with `go get cloud.google.com/go/cloudtasks/apiv2`; undefined: grpc.RoundRobin
The subject in question: https://cloud.google.com/tasks/docs/creating-http-target-tasks?hl=ru
Programming language: GO
First, download this package:
go get -u google.golang.org/genproto/googleapis/...
0
votes
2
answers
467
views
Issue running Mocha tests with @google-cloud/tasks on AppEngine (@grpc/grpc-js only works on Node ^8.13.0 || >=10.10.0)
Using GCP Cloud Build to run some Mocha integration tests that uses the "@google-cloud/tasks" api. On running the pipeline this step fails with an@grpc/grpc-js only works on Node ^8.13.0 || >=10.10.0 ...