VI Web Portal
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
Comments
Recent activity by VI Web Portal-
I use Box .Net SDK and have the exact same problem. Query the root folder (id = 0) using a programmatically acquired token returns 0 items every time. Query using the temporary developer token fr...
-
I got the same "invalid_grant" error. However, using "enterprise" type as below: curl -i -X POST "https://api.box.com/oauth2/token" \ -H "Content-Type: application/x-www-form-urlencoded" \ ...
-
It depends on which interface you want to use. For command line you can follow the guide https://developer.box.com/guides/cli/quick-start and do not need to handle the auth process explicitly. Fo...
-
According to Box support, there are no built in functions. Will have to search and walk the folders.