fix(Google Drive Node): Fix issue preventing upload / update working in some configurations (#8417)
This commit is contained in:
@@ -203,7 +203,7 @@ export async function execute(this: IExecuteFunctions, i: number): Promise<INode
|
||||
{ uploadType: 'resumable' },
|
||||
undefined,
|
||||
{
|
||||
resolveWithFullResponse: true,
|
||||
returnFullResponse: true,
|
||||
},
|
||||
);
|
||||
const uploadUrl = resumableUpload.headers.location;
|
||||
|
||||
@@ -123,9 +123,10 @@ export async function execute(this: IExecuteFunctions, i: number): Promise<INode
|
||||
{ uploadType: 'resumable' },
|
||||
undefined,
|
||||
{
|
||||
resolveWithFullResponse: true,
|
||||
returnFullResponse: true,
|
||||
},
|
||||
);
|
||||
|
||||
const uploadUrl = resumableUpload.headers.location;
|
||||
|
||||
let offset = 0;
|
||||
|
||||
Reference in New Issue
Block a user