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.
How are you going to break up your file to 5MB chunks with postman?
sorry. wrong image. i wanted to send the error message.
written in rust
seems like you're missing the file id in the chunk form. have you looked at what our SDKs are doing? like the web SDK: https://github.com/appwrite/sdk-for-web/blob/ca8cb1d9f2c0393ec99c7d5cb50f3be543987918/src/services/storage.ts#L93
I am using your sdk (python,dart, JavaScript) for some directions. Maybe i missed something. I'll check it out again and give you a feedback.
Recommended threads
- Method EQUAL not wrking in REST API Quer...
Request: ``` postman request 'https://nyc.cloud.appwrite.io/v1/tablesdb/{databaseId}/tables/{tableId}/rows?queries[]={%22method%22%3A%22select%22%2C%22values%2...
- [SOLVED] How to use the Health endpoints
So i wanted to monitor everything on my appwrite instance tho it seams like there is no API scope available for thoses. Looking at : https://appwrite.io/docs/r...
- Golang for backend
hi coders! ,I am new to golang and backend as a whole, I found golang pretty easy to learn due to my previous knowledge in CPP and python, the syntax felt prett...