Added create folder operation

This commit is contained in:
ricardo
2020-03-29 22:39:43 -04:00
parent fc5df1e294
commit 79fda65e7e
3 changed files with 112 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ export async function microsoftApiRequest(this: IExecuteFunctions | IExecuteSing
if (Object.keys(body).length === 0) {
delete options.body;
}
//@ts-ignore
return await this.helpers.requestOAuth.call(this, 'microsoftOneDriveOAuth2Api', options);
} catch (error) {