box / box-windows-sdk-v2

Windows SDK for v2 of the Box API. The SDK is built upon .NET Framework 4.5

Home Page:https://developer.box.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Box SDK error on our file processing system

rul3rst4 opened this issue · comments

Description of the Issue

We've been using BOX SDK for a long time and we just switched from Oauth Standard authentication to a JWT Authentication on our service account because we were having issues with the Oauth Standard Token expiring.

It was working really great until day 22 of september. Now, we're getting the error bellow on almost every upload request we make... It doesn't follow any pattern, sometimes the same file can be uploaded later on.

We also have a problem where files larger than 80MB throw an error every time, so we cannot upload larger files on our system, since we rarely have them, we do it manually. (We've always had this problem, it doesn't started on day 22, but i'm sharing this problem to see if it's related).

I'm posting this as a question to understand what's happening.

I've tried to tracert requests to box.com and api.box.com, both of them are reaching the destination

Steps to Reproduce

There is no much step to reproduce... We use the code bellow to upload the file.

Expected Behavior

The file to be upload to BOX. The way it was working until 2 weeks ago.

Error Message, Including Stack Trace

Error image:
image

Screenshots

Code that does the upload... We check the file size to decide wether we use chunked send or not.
image

Versions Used

.Net SDK: Latest version of the .NET SDK V2. I've updated to see if the error was related to our outdated version.
Windows: Windows server 2008 R2 Standard SP 1

@rul3rst4 We will take a look at this and get back to you ASAP!

Ok, @sujaygarlanka . I'll be waiting. Thank you.

commented

This issue has been automatically marked as stale because it has not been updated in the last 30 days. It will be closed if no further activity occurs within the next 7 days. Feel free to reach out or mention Box SDK team member for further help and resources if they are needed.

commented

This issue has been automatically closed due to maximum period of being stale. Thank you for your contribution to Box .NET SDK and feel free to open another PR/issue at any time.