We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gdoc files are converted to Word but the format is very simple
{"url": "**URL**", "resource_id": "document: **ID**" }
in which the URL contains the ID:
https://docs.google.com/document/d/**ID**/edit?usp=docslist_api
thus the files can be written knowing just the ID ($ID):
$ID
{"url": "https://docs.google.com/document/d/`$ID`/edit?usp=docslist_api", "resource_id": "document: `$ID`" }