Hi,
Below code for reading files from the box folder was working for me giving me a list of all the files with their file ID
items = client.folder(folder_id='folder_id').get_items(limit=100, offset=0)But now when i am running the same code it shows me
Can i know the issue and the changes i should make in order to get the result i was getting earlier.
Thanks