Send the collectionID in file creation requests

This commit is contained in:
Vishnu Mohandas 2020-10-13 00:45:01 +05:30
parent b8586e31e0
commit 107c1b870e

View file

@ -96,6 +96,7 @@ class FileUploader {
Sodium.bin2base64(encryptedMetadataData.header);
final data = {
"collectionID": file.collectionID,
"encryptedKey": encryptedKey,
"keyDecryptionNonce": keyDecryptionNonce,
"file": {