googleapis / google-api-dotnet-client

Google APIs Client Library for .NET
https://developers.google.com/api-client-library/dotnet
Apache License 2.0
1.35k stars 526 forks source link

ETag always null when using Google.Apis.Sheets.v4 #2863

Closed marklonquist closed 2 hours ago

marklonquist commented 3 hours ago

Thanks for stopping by to ask us a question! Please make sure to include:

Am I doing something wrong, or is it supposed to always be null?

jskeet commented 3 hours ago

Does you see the same thing if you use API Explorer? https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/get

If you do see the ETag in the response there, but it's not seen in code, that's a bug in the client libraries and we can look into it.

If you don't see the ETag, then I'd suggest going down one of the support routes listed here: https://developers.google.com/sheets/api/support

marklonquist commented 2 hours ago

Thanks @jskeet - it seems it isn't there using the API explorer. Will go down the support route 😄

jskeet commented 2 hours ago

Thanks for confirming. I'll close this issue now, but do add another comment if you end being able to change things in a way which implicates the library, and I'll reopen at that point.