I am trying to get contents of my files. Unfortunatly they are in bytes, as I don’t want to store then as files I try to convert them into string. Even tough I tried many encoding none works.
I also tried text representation which solves my problem. But it is only applicable upto 500MB documents as per the BOX documentation.
How can I get the contents from the files even if they are greater than 500 MB.