fix(Google Drive Node): Add supportsAllDrives: true to update and download (#8786)
This commit is contained in:
@@ -185,6 +185,7 @@ export async function execute(this: IExecuteFunctions, i: number): Promise<INode
|
||||
fileContent,
|
||||
{
|
||||
uploadType: 'media',
|
||||
supportsAllDrives: true,
|
||||
},
|
||||
undefined,
|
||||
{
|
||||
@@ -200,7 +201,7 @@ export async function execute(this: IExecuteFunctions, i: number): Promise<INode
|
||||
'PATCH',
|
||||
`/upload/drive/v3/files/${fileId}`,
|
||||
undefined,
|
||||
{ uploadType: 'resumable' },
|
||||
{ uploadType: 'resumable', supportsAllDrives: true },
|
||||
undefined,
|
||||
{
|
||||
returnFullResponse: true,
|
||||
|
||||
Reference in New Issue
Block a user