Google Drive API v3 : there isn't any way to get a download url for a google document?
The Google Drive API v2 to v3 migration guide says: The exportLinks field has been removed from files. To export Google Documents, use the files.export method instead. I don't want to export (download) the file right away. "files.export" will actually download the file. I want a link to download the file, later. This was possible in v2 by means of the exportLinks. How can I in v3 accomplish the same? If it is not possible, why was this useful feature removed? Besides, (similar problem to above) downloadUrl was also removed, and the suggested alternative ("files.get with ?alt=media") downloads