JoyMDA
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by JoyMDA-
JoyMDA created a post,
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 commented,
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 created a post,
? 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 commented,
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 created a post,
How to access service account
AnsweredHi , 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 created a post,
Using C# to get user information
AnsweredHi, 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 commented,
Thanks for your reply!
-
JoyMDA created a post,
General questions on BOX API
AnsweredI 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...