onedrive-api
onedrive-api copied to clipboard
Bad Request (400) when using uploadSession with files over 150mb
When I try to upload a file larger than 100mb, I get a status 400 with no description. Should i chunk files before sensing them to the uploadSession function or does the function do the chunking?
If I need to chunk before, could you share suggestions?