I am using Box-Node-SDK to fetch details of a file in my drive.
As you can see in the below screenshot, I created the file and modified it multiple times.
We can clearly see that I am the owner of the file., in the file details.
But, when I fetch the File-Info using Node-Box-SDK. The “Permissions” object in the response shows “can_upload” as “false”.
I have created a Custom-Application
to use Auth2.0.
Added a Web-Integration
, I used the auth-code
Received from web-integration to Initialise BoxClient
and Fetch FileDetails.
Am I missing something obvious here? Why is “can_upload” show “false”, When I have access to the file, and uploaded a new version multiple times?
Thanks, Sarin