fix(Google Drive Node): Fix issue preventing service account from downloading files (#7642)

This commit is contained in:
Jon
2024-01-15 15:06:47 +00:00
committed by GitHub
parent 52a2e25a25
commit cf7131d766
3 changed files with 9 additions and 7 deletions

View File

@@ -192,8 +192,8 @@ export async function execute(
const requestOptions = {
useStream: true,
resolveWithFullResponse: true,
encoding: null,
returnFullResponse: true,
encoding: 'arraybuffer',
json: false,
};