I am trying to download/Export the "Google Form" created in Google Drive. Google Drive APIs usualy gives "ExportLinks" to download any Google Drive file types. In case of Google Forms, Google drive SDK API is not returning any "ExportLinks" or "DownloadUrl" for the mimetype "application/vnd.google-apps.form".
2
votes
1 Answers
1
votes
It is working as intended. You cannot get downloadLink for any of Google Docs/Spreadsheet/etc. You can find list of supported exportLink from documentation, which doesn't seem to support Google Form. There is no way to download Google Drive Form from API.