AdilKamal
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 0
アクティビティの概要
AdilKamalさんの最近のアクティビティ-
AdilKamalさんが投稿を作成しました:
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さんが投稿を作成しました:
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さんが投稿を作成しました:
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...