Access google documentation change history via API using R?

I want to download and analyze the change history of one of my Google docs using R, getting statistics on how, how many changes someone made.

I see that there are already several ways to access google docs using R.

Does anyone know in advance (before going further and trying to hack my way) if and how it can be (quite easily) done?

Thank.

+5
source share
1 answer

The Google Docs API list gives you access to the list of revisions contained in each revision, a way to ensure that the revision is stored for this update, etc.

, , , . , , -, , , - . API - API- Google | Google

+3

All Articles