-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Batch requests on the Tasks API seem to always return 404 errors:
404. That’s an error.
The requested URL /batch?key=<the key> was not found on this server. That’s all we know.
Example code that does this:
var batch = gapi.client.newBatch()
batch.add(gapi.client.tasks.tasklists.list({}))
batch.then((response) => {
console.log(response);
})
I filed https://issuetracker.google.com/issues/168580260 against the Tasks service, but they closed it saying that the JS API client library is sending the request to the wrong endpoint, and they suggested opening an issue here.
Metadata
Metadata
Assignees
Labels
No labels