fix(Google Drive Node): Fix issue preventing service account from downloading files (#7642)
This commit is contained in:
@@ -192,8 +192,8 @@ export async function execute(
|
||||
|
||||
const requestOptions = {
|
||||
useStream: true,
|
||||
resolveWithFullResponse: true,
|
||||
encoding: null,
|
||||
returnFullResponse: true,
|
||||
encoding: 'arraybuffer',
|
||||
json: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user