I was using Upload v2 API in PHP by curl, but the file limit is around 300MB, when i try to upload a larger file than that, it fails.
Reading forums, docs, i found a useful thing. Use Sessions Upload.
But im stuck in this method because i cant found documentation ou samples for using that.
On my function of upload_session start i pass my token, and the file name i want to upload, and it returns the session id correctly. Now i need make the upload sessions append right?
Below is my code to use append, i make some print to show filesize and the response, but my response is printing NULL all the time, im stuck in this a few days and cant make it goes, someone can help me?