Google-api-nodejs-client: Google sheet API v4: last update date of spreadsheet

Created on 21 Sep 2016  路  6Comments  路  Source: googleapis/google-api-nodejs-client

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

Most helpful comment

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.

All 6 comments

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

Ok. Make some sense to get that info from Drive API. I will read the docs.

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.

Is it possible to get the update stamp of a specific grid (or range, for that matter)?

How can i get the modified changes from the Api. No where i can see the Api . could you please help me

I agree that this would be useful; I don't believe it's available at this time.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JustinBeckwith picture JustinBeckwith  路  3Comments

peterpme picture peterpme  路  3Comments

Chethandsagar picture Chethandsagar  路  4Comments

streamnsight picture streamnsight  路  4Comments

suparnavg picture suparnavg  路  3Comments