I have looking through the Google Sheets Api documentation to see if I can find how to access a sheet's information (like creation data, last update date, etc) but I can't seem to find anything.
Does anyone know if this is possible and can redirect me to some more documentation?
Thanks
-----EDIT-----
As suggested, I can probably find some information using the google drive api. But this will only give me information about the file, not the individual sheets inside of it, right? Any way to get that level of detail (sheet A was modified at date X, while sheet B was modified at date Y).