Kiran_Seersath
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Posts
Recent activity by Kiran_Seersath-
How to fetch BOX application folders and file Tags using Box .NET SDK?
Hello, Box.V2.Models.BoxFile -> Tags property coming as null, How to fetch tags for folders and files? I am using .NET SDK. Regards,Kiran
-
Where can we store application Configuration in box?
Where can we store application Configuration in box? I want to store configuration in SQL table Format where user can update by themselves.I will be referring this configuration in my C# code base...
-
Box OAuth access token and refresh token- Standard practice
Hello, I am working on requirement where we have to access file from box and save it to some other application, Platform team has asked us to use OAuth 2.0 authentication (No JWT authentication). ...