question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google sheet API v4: last update date of spreadsheet

See original GitHub issue

In the v3 we were able to use the getInfo operation to access the updated response field to know the last update date for the spreadsheet.

How can we get this kind of information with v4?

Since this new version is more HTTP I’ve looked to the HTTP Response, but found nothing there!

image

CC @mderazon

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
cguedescommented, Sep 21, 2016

I’ve used the API https://developers.google.com/drive/v3/reference/files/get with success. Tnks for all the help.

Note: We can use the same id for the spreadsheetId and fileId.

4reactions
jmdobrycommented, Sep 21, 2016

I think you want to use https://developers.google.com/drive/v3/reference/files/get and look at the modifiedTime property of the response.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get Google Sheets Last Edit date using Sheets API v4 (Java)
I'd like to do something like this: Spreadsheet spreadsheet = sheetsService.spreadsheets().get(spreadsheetId).setIncludeGridData(true).execute ...
Read more >
Updating Spreadsheets | Google Sheets
The batchUpdate method lets you update any of these spreadsheet details. Changes are grouped together in a batch so that if one request...
Read more >
How to get the last modified date for the spreadsheet or sheet ...
How to get the last modified date for the spreadsheet or sheet using the Sheet V4 API? 2062 views. Skip to first unread...
Read more >
Access Google Sheets using the Sheets API V4 • googlesheets4
Interact with Google Sheets through the Sheets API v4 . "API" is an acronym for "application programming interface"; the Sheets API allows users...
Read more >
google-spreadsheet - npm
Google Sheets API (v4) -- simple interface to read/write data and manage sheets. Latest version: 3.3.0, last published: 7 months ago.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found