12-22-2021 05:45 AM
--------------------------------------ITA--------------------------------------
Buon giorno a tutti, vi chiedo un suggerimento per risolvere un problema che non ne vengo a capo, ho creato un documento su google (uno spreadsheet) che viene aggiornata ogni 5 ore con dati acquisiti in remoto, tramite labview accedo con il classico open handle - get - close handle raggiungo il foglio, lo apro come se fosse una pagina html, ma meta' della acquisizione dei dati si blocca il tutto e mi esce questa segnalazione, la quale se ho ben capito è per via dei cookie che google vuole acquisire.
--------------------------------------ENG--------------------------------------
Hello everyone, I ask you for a suggestion to solve a problem that I can't solve,
I created a document on google (a spreadsheet) which is updated every 5 hours with data acquired remotely.
Through labview I access with the classic "open handle - get - close handle" I reach the sheet,
I open it as if it were an html page, but half of the data acquisition blocks everything and I get this message,
which if I have understood it is because google wants to acquire the cookies.
dump:
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
X-Robots-Tag: noindex, nofollow, nosnippet
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Date: Wed, 22 Dec 2021 10:45:28 GMT
P3P: CP="This is not a P3P policy! See g.co/p3phelp for more info."
Strict-Transport-Security: max-age=31536000; includeSubDomains
Referrer-Policy: origin
Content-Security-Policy: base-uri 'self';object-src 'self';report-uri https://docs.google.com/spreadsheets/cspreport;script-src 'nonce-p9LVt/DnjATyc+yTMhFwXQ' 'unsafe-inline' 'strict-dynamic' https: http: 'unsafe-eval';worker-src 'self' blob:
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Server: GSE
Set-Cookie: S=apps-spreadsheets=....
....HttpOnly; SameSite=none
Set-Cookie: NID=511=GUle1UMlFaAfBUqUbboDSbjsWx2YAuNB5A9IKfD8ODtQ0rSdQv3GbtiOQ0nI7HyRAIEiFJfOjO83S8LaC69S2EjpU-3xdTrgKP0qWUBmIdPaIPqu_XZMDaX3xWATbeTcSy_vGJ6uCr5fg9866bjFIBz1CDVghD4o4eBjM7Hoomo; expires=Thu, 23-Jun-2022 10:45:28 GMT; path=/; domain=.google.com; HttpOnly
Set-Cookie: GFE_RTT=178; Domain=.docs.google.com; Expires=Wed, 22-Dec-2021 10:50:28 GMT; Path=/; Secure; Priority=LOW; SameSite=strict
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Accept-Ranges: none
Vary: Accept-Encoding
Transfer-Encoding: chunked
12-28-2021 05:56 AM
Heya,
There is a similar topic discussed in Read data using google spreadsheet data API
Have you seen it?