JoyMDA
- Activité totale 11
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 3
Aperçu des activités
Dernière activité effectuée par JoyMDA-
JoyMDA a créé une publication,
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 a ajouté un commentaire,
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 a créé une publication,
? 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 a ajouté un commentaire,
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 a créé une publication,
How to access service account
RéponduHi , 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 a créé une publication,
Using C# to get user information
RéponduHi, 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 a ajouté un commentaire,
Thanks for your reply!
-
JoyMDA a créé une publication,
General questions on BOX API
RéponduI 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...