JoyMDA
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
JoyMDAさんの最近のアクティビティ-
JoyMDAさんが投稿を作成しました:
Upload large size file
Hi, I have two files: one around 77MB, one around 82MB. I am using C# chunk uploading function "FilesManager.UploadUsingSessionAsync". For 77MB file, one call of "FilesManager.UploadUsingSessionA...
-
JoyMDAさんがコメントを作成しました:
Hi, You will need to add your service account as the collaborator of the box content you uploaded. Box logic is sort of like this: In terms of the content access, the service account, app user acc...
-
JoyMDAさんが投稿を作成しました:
? Box Sync API
Hi, I would like to nightly sync one Box folder to my network storage place (one direction only: Box->my storage place). After sync, I would like to delete all the contents under this Box folder. ...
-
JoyMDAさんがコメントを作成しました:
Hi Bibek, Based on your suggestion, I did the function overloading on the method BoxUsersManager.GetUserInformationAsync. See the method definition below. It works well. Thanks! Joy // /// Retrie...
-
JoyMDAさんが投稿を作成しました:
How to access service account
回答済みHi , I am building Box platform application. My box app is using server-to-server authentication with OAuth 2.0 and JSON Web Tokens (JWT). I can make API call as AdminClient and AppUserClient. Ho...
-
JoyMDAさんが投稿を作成しました:
Using C# to get user information
回答済みHi, I want to retrieve some user information, It is stated in the reference" User Object: Italicized attributes are not returned by default and must be retrieved through the fields parameter." For...
-
JoyMDAさんがコメントを作成しました:
Thanks for your reply!
-
JoyMDAさんが投稿を作成しました:
General questions on BOX API
回答済みI am interersted in using BOX API in my project. Can I ask a couple of questions? 1. Can I hook up an event handling method for the event of the box folder content changes? This is for automatica...