Skip to content

Commit

Permalink
fix(google-drive): files could not be moved
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSelene committed Nov 26, 2024
1 parent bb8f053 commit eebe6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pieces/community/google-drive/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@activepieces/piece-google-drive",
"version": "0.5.31"
"version": "0.5.32"
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const moveFileAction = createAction({
const file = await drive.files.get({
fileId,
supportsAllDrives: context.propsValue.include_team_drives,
fields: 'id,parents',
});

const response = await drive.files.update({
Expand Down

0 comments on commit eebe6fc

Please sign in to comment.