Rank 1: Thread
so when i try to upload chunked file with the restapi i get an error message of fileId is not optional. but according to the documentation Contains the file ID of the new file. Only used by file chunks following the first chunk uploaded. which i did used only for the first chunk. and i also tried putting the fileid field with similar id if that would work A storage file with the requested ID already exists which makes sense and i also tried adding unique() which is the id to fileid on both chunk but that created both chunk. which is not what i want or what should happen.