You are not logged in.
Hello,
I will be very greatfull if someone could send to me an example of the body request, please ?
I have to write the http request with a specific language (consequently without any library) and it's not easy at all.
The manual is not really helpfull (quite light), i tried so many request, i spent more than one day trying to find,without success.
Thanks by advance.
Last edited by thigon77 (2024-03-01 15:53:56)
Offline
I managed to get this working using the file from my computer.
Thanks @mecmav
Also, is possible to upload documents in base64 (using application/json)?
Offline
I'm getting Response 400 - ['ERROR_UPLOAD_FILE_TOO_BIG_POST_MAX_SIZE', 'The file seems too big'].
The file size is aroung 3Mb and the PHP files are set like:
- upload_max_filesize = 20M
- post_max_size = 30M
- memory_limit = 128M
Any clue what's causing this?
Offline