Skip to content

Commit ce924b6

Browse files
committed
Update services.py
1 parent 0ce4196 commit ce924b6

File tree

1 file changed

+1
-0
lines changed
  • packages/backend-server/app/api/v1/web/drive/files

1 file changed

+1
-0
lines changed

packages/backend-server/app/api/v1/web/drive/files/services.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ async def get_presigned_url(user, payload):
7878
"key": final_file_path,
7979
"parent_id": parent_id,
8080
"created_by": user_id,
81+
"iv": payload.get("iv"),
8182
}
8283
db_manager.insert_one(db, FILES, file_data)
8384

0 commit comments

Comments
 (0)