Re: Increased timeouts and connection resets for Sheets API — DNS Resolving issue?

2019-03-20 Thread Dorian Kind
Bumping this thread as we're still seeing the DNS anomalies. On Tuesday, 12 March 2019 19:43:05 UTC+1, Dorian Kind wrote: > > Hi, > > since March 7, we've experienced lots of timeouts and reset connections > when calling the Sheets API. > > After drilling do

Increased timeouts and connection resets for Sheets API — DNS Resolving issue?

2019-03-12 Thread Dorian Kind
Hi, since March 7, we've experienced lots of timeouts and reset connections when calling the Sheets API. After drilling down a bit, we realized that on the affected hosts, DNS queries for sheets.googleapis.com (which is a CNAME for googleapis.l.google.com) would always only return a single

Re: Details about "rateLimitExceeded" errors

2020-02-05 Thread Dorian Kind
Just a polite bump. On Monday, 20 January 2020 14:45:49 UTC+1, Dorian Kind wrote: > > Hi all, > > we were wondering if there's any documentation about the different kind of > error responses that are connected to the Sheets API quota(s). Previously, > we've seen 429 error

Details about "rateLimitExceeded" errors

2020-01-20 Thread Dorian Kind
Hi all, we were wondering if there's any documentation about the different kind of error responses that are connected to the Sheets API quota(s). Previously, we've seen 429 errors that looked like this: { "error" : { "code" : 429, "errors" : [ { "domain" :

Prevent Format Expansion When Resizing Sheets

2021-10-20 Thread Dorian Kind
Hi, from what I can tell, adding new rows or columns to a worksheet always replicates the formatting settings of the last existing row or column for any new cells being created. This happens irrespective of whether the new rows or columns where added via setting a sheet's gridProperties or by

Re: Prevent Format Expansion When Resizing Sheets

2022-03-14 Thread Dorian Kind
dimensions of a worksheet over the API without new cells inheriting all formatting and data validation of their existing, neighboring cells. On Wednesday, 20 October 2021 at 18:48:17 UTC+2 Dorian Kind wrote: > Hi, > > from what I can tell, adding new rows or columns to a worksheet always > rep