box-python-sdk
box-python-sdk copied to clipboard
Box SDK for Python
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...
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.
### 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...
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...
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...
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
### 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...