box-python-sdk icon indicating copy to clipboard operation
box-python-sdk copied to clipboard

Box SDK for Python

Results 72 box-python-sdk issues
Sort by recently updated
recently updated
newest added

After reviewing your suggested resolution we concluded that it does not apply to our current issue because we aren't changing networks or using VPN on these machines. In fact, our...

help wanted

We're running a lambda via CloudFormation that is using this sdk requirements.txt ``` requests boxsdk[jwt] boxsdk ``` Everything runs fine when we use a lambda runtime of 3.6. The only...

e.g. client.folder(folder_id='0').upload_async('/path/to/file'), which returns a promise.

enhancement
breaking

### Is your feature request related to a problem? Please describe. Yes. We're seeing far fewer events when streaming enterprise events via the Box Python SDK in comparison to the...

enhancement

The requirement is that we need to acces a box folder of very large data (1 million records approx). I am facing an issue when I try to refresh token...

question

Hi, 1. Problem Statement. : Recursive function call to connect to Box API to get the box file metadata Access token and refresh tokens are refreshed at the expiry (1...

Hello - I am trying to create a python executable file that leverages the boxsdk login code. When I attempt to run the executable on my computer (python install) and...

Hi everyone I try to list all files and folder on my Box.com to find folder&file name I need to download (cuz tooo many files in a folder) I tried...

question

Hello, the following code took a long time (> 5 minutes) to list 5 items, and it eventually crashed. I expect these 6 lines should return results in

question

### Description of the Issue Type hints are present for methods, but type hints for objects (e.g. File) are missing the attributes. Running a tool like mypy or intellij with...

bug
dontstale