Add share operation to OneDrive Node (#1044)

This commit is contained in:
Ricardo Espinoza
2020-10-13 05:08:07 -04:00
committed by GitHub
parent 6c6e7625b9
commit 7f33ff8c3c
4 changed files with 196 additions and 3 deletions

View File

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