I'm trying to use the Google Drive API to export a Google form (mime type 'application/vnd.google-apps.form') to some other format. The API I'm using is this (one example):
https://www.googleapis.com/drive/v3/files/fileId/export?mimeType=text/html
I found this documentation for the available export formats: https://developers.google.com/drive/api/v3/ref-export-formats
I've tried just about all of the mimeType outputs listed there, none work - I get http error 400. Note that export does work fine with documents, presentations and spreadsheets. Is there a way to do this?
