We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbf0b4a + 29e42df commit b877c96Copy full SHA for b877c96
packages/my-shared-docprovider/src/drive.ts
@@ -111,6 +111,10 @@ export class MySharedDrive extends Drive implements ICollaborativeDrive {
111
return {id: '', last_modified: ''};
112
}
113
114
+ async newUntitled(options?: Contents.ICreateOptions): Promise<Contents.IModel> {
115
+ return await this._app.serviceManager.contents.newUntitled(options);
116
+ }
117
+
118
/**
119
* Save a file.
120
*
0 commit comments