I'm using CPP Rest SDK (https://casablanca.codeplex.com/)
I'm trying to use chunked upload feature and it's always 502 Error: Bad gateway in response.
My actions:
1) I do initial request to /2/files/upload_session/start with empty body just to obtain session_id
2) I do request to /2/files/upload_session/append using session_id I've got on previous step with chuck of file as body
In response for last request I got this error.