JonathanEdward
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by JonathanEdward-
JonathanEdward commented,
@Kourtney. I have issue with uploading file via .NET SDK same as below discussion https://support.box.com/hc/en-us/community/posts/360049135234-How-can-I-utilize-Box-Accelerator-using-Box-API-or-Ja...
-
JonathanEdward commented,
Hi, Any update on this matter. Upload data using .Net SDK is terrible. Web app is normal. WHY? Box dev team please answer.
-
JonathanEdward created a post,
Upload file via .net C# API or Python is too slow compare to Web upload
I'm experiencing the issue that upload to box by API in C# or by Python is damn slow. Upload from Web page I think > 10 times faster. Anyone also experience this issue. Appreciate if someone can gi...
-
JonathanEdward created a post,
Upload file via .net C# API or Python is too slow compare to Web upload
I'm experiencing the issue that upload to box by API in C# or by Python is damn slow. Upload from Web page I think > 10 times faster. Anyone also experience this issue. Appreciate if someone can gi...
-
JonathanEdward commented,
Hi Jason,I actually passed through document several times but cant get the idea. Now seem OK will few lines of code. auth = JWTAuth.from_settings_file(r'path-to-config-json') client = Client(auth)...
-
JonathanEdward created a post,
How to upload a file a folder shared by other
AnsweredHi everyone!I follow Doc API and was able to upload a file to my Enterprise web app. I can view file already. from boxsdk import JWTAuthfrom boxsdk import Clientimport jsonauth = JWTAuth.from_sett...