I am using a REST API below to create a new file on ADLS gen1
https://mydomain.azuredatalakestore.net/webhdfs/mypath/test_50MB.txt?op=CREATE&write=true
I tried to upload a 50MB text file and the response is 413 (large entities) and the file cannot be created on the storage.
Then I tried with another file (28MB) and it worked.
I did search some posts and found some guys got the same issue as me.
And now, I am wondering what exactly maximum file size I can create on the storage using that REST API?
I found the official post of that API at https://learn.microsoft.com/en-us/rest/api/datalakestore/webhdfs-filesystem-apis, but it does not mention the limitation.