AdilKamal
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by AdilKamal-
AdilKamal created a post,
getting error on Azure server when trying to download more than 1 file from box.com
I am getting this error below when trying to download more than 1 file from box.com using c# code.Here is my code:var config = new BoxConfig(CLIENT_ID, "", uri);var session = new BoxJWTAuth(config...
-
AdilKamal created a post,
Problems downloading file using SDK
Each time when I try to download the file using the code below causes the problem. It never downloads the complete file. If a file is 1 MB then it will download 100 KB then next time its downloads...
-
AdilKamal created a post,
Getting an error message when trying to get folder information using SDK
This is what I got."The API returned an error [NotFound | bxwuwzg5jhxuj1u9.0t9pq870bggqhb3d4hcld1tqci] not_found - Not Found"Here is my code: var accessToken = ConfigurationManager.AppSettings["Ac...