Is it possible to access revision history data of a spreadsheet directly from Google Apps Scripts? If so, how?
I would like to do two things:
- Change the username logged for each revision to the actual user running the script and not the script author/owner. As I've just learned, revision history of a spreadsheet that's accessed and modified using GAS always reflects the script owner/author instead of the user running the script.
If the above is not possible, then
- Get direct read access to revision number and username in the history straight from GAS. From there, I'll just do a comparison table and hope for the best that I'll achieve the same effect.