mcha54
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by mcha54-
Use file.content() or file.download_to() -> to data frame
Using Python SDK in a Juypter NotebookSay I have an Excel or CSV on Box. I need the contents of the file and put it into a pandas data frame for further processing.Is it better to use file.content...
-
Find Folder ID given a path (Python SDK)
I'm trying to understand how to go about this search via API / Python SDK. Say I have these folders in Box: Project > A > Production > 12345 > ImagesProject > A > QA > 12345 > ImagesProject > A > ...
-
BoxSDK (Python) - Search for files of certain extension
Is it possible to use client.search() to get a list of all files/file IDs of a certain file_extension? Is there a way to pass something into query, since its required, that will accomplish that?