Send the collectionID in file creation requests
This commit is contained in:
parent
b8586e31e0
commit
107c1b870e
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class FileUploader {
|
|||
Sodium.bin2base64(encryptedMetadataData.header);
|
||||
|
||||
final data = {
|
||||
"collectionID": file.collectionID,
|
||||
"encryptedKey": encryptedKey,
|
||||
"keyDecryptionNonce": keyDecryptionNonce,
|
||||
"file": {
|
||||
|
|
Loading…
Add table
Reference in a new issue