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.
1 parent 881ba71 commit 4cd8648Copy full SHA for 4cd8648
src/contents.ts
@@ -25,6 +25,7 @@ export class Drive implements Contents.IDrive {
25
*/
26
constructor(options: Drive.IOptions = {}) {
27
this._serverSettings = ServerConnection.makeSettings();
28
+ this._name = options.name ?? '';
29
//this._apiEndpoint = options.apiEndpoint ?? SERVICE_DRIVE_URL;
30
}
31
/**
0 commit comments