diff --git a/packages/docprovider/src/ydrive.ts b/packages/docprovider/src/ydrive.ts index 79cf2a98..107829cb 100644 --- a/packages/docprovider/src/ydrive.ts +++ b/packages/docprovider/src/ydrive.ts @@ -114,7 +114,7 @@ export class YDrive extends Drive implements ICollaborativeDrive { if (provider) { // Save is done from the backend - return this.get(localPath, { ...options, content: false }); + return this.get(localPath, { ...options, content: false, hash: false }); } }