According to the documentation of Google https://developers.google.com/drive/api/v3/folder, the gapi.client.drive.files.create accepts a resource parameter which can receive name and mimetype for creating a file. This parameter is still missing in the definition
https://github.com/Bolisov/typings-gapi/blob/master/gapi.client.drive-v3/gapi.client.drive.d.ts
Can you please fix it?