Reputation: 1834
Creating a blank file on Google Drive works fine for several Google Apps file types like docs, spreadsheets, drawings etc.
When creating a form using the
application/vnd.google-apps.form
mimetype I just get a "bad request" response.
Upvotes: 0
Views: 122
Reputation: 1354
If you want to create those types of docs you need to use Google Apps Script. Here is the form examples: https://developers.google.com/apps-script/reference/forms/
Spreadsheets has a more traditional API also: https://developers.google.com/google-apps/spreadsheets/
Upvotes: 2