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

I want to get some information of my contents, so I do tow steps like below. 1 step: I got a contents list, and output them to csv file with...

question

By that I mean, if you run certain static analyzers on `boxsdk`, they might tell you that some modules are never used. For example, `import boxsdk` will run `from .object...

bug

- [X] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [X] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [X] I have...

question

- [ x ] I have checked that the SDK documentation doesn't solve my issue. - [ x ] I have checked that the API documentation doesn't solve my issue....

question

Change for https://github.com/box/box-python-sdk/issues/533

This class is the same as the former `DefaultNetwork` class, except that it accepts an optional `session` constructor parameter, for clients to specify a session of their choosing rather than...

enhancement

- [x] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [x] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [x] I have...

question

Today, there are two options for downloading a file: - `File.content()`, which requests the entire file at once, and loads it all into memory. - `File.download_to()`, which requests the file...

enhancement