BAILANDO
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Posts
Recent activity by BAILANDO-
How to speed up workflow via box api
Hello, i have one big project for our company where we need to run this program on lot of computers and create report of files and folders which user own. I have code with recursive search for file...
-
Problem with receiving Box API events
Hello, i found call to get user events and enterprise events, but problem what we have is, everytime we run api call, we get response only for date "created_at": "2020-11-25T00:24:05-08:00","record...
-
How to get update feed via API
Hello, i need to ask if it's possible to get JSON response (output) from API to get updates feed from Box. For example, we need to have reporting for files and folders and details, who moved file, ...
-
Invalid user credentials when trying to login on C# app
Hello,today i have very interesting problem. Every app works last day without problems on .NET Framework, but today, when i trying to get access token, i get instantly error about Invalid user cre...
-
Get user id from email address
Hello,i have fully functional application with oauth 2.0 authentication and i need to add one more option. Automatically invite user to newly created folder. My question is, how can i get user id ...
-
Posibility to authenticate user via standard oauth via post in C#
Hello community,i have already working application in C# where i can authenticate with my own IBM creds for my personal box and grant access to my box to application, everything works as i expecte...
-
C# How to get collaborators for folders in Box
Hello,today i tried to use Box SDK for .NET C#, Box.V2.Core, but i have problem with getting any response from API. Everytime i tried to run or debug program, i get exception Box.V2.Exceptions.Box...