I want to read a set of excel files directly from BOX to my jupyter notebook where I can work with them every-time these files are updated within BOX. I have tried much of the documents available but no luck.
My company has an enterprise version of box and the url looks like abc.ent.box.com
I want to read this url > go to a folder location and read the file from there or directly read the file from the file id.
I do have a developers account with client id, client secret and development token available but I am not sure how to use this information while connecting with box.
The basic question, to read box files directly into python