mcha54
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by mcha54-
mcha54 commented,
Thank you! Do you know if content() will retry if there's a connection issue during the process? Some of the CSV/Excel files we'd like to read are large files, a bit worried about lost bytes if w...
-
mcha54 created a post,
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...
-
mcha54 commented,
No we haven't been able to get it to work. With Alteryx (rather, Alteryx Server) we are not able to use scripts like that directly, hence trying to work around by using cURL requests (the Alteryx...
-
mcha54 commented,
Wondering if anyone has any progress on this? I have some small python scripts that grab file information and wanted to convert it Alteryx/Download tool so I can incorporate it better into our wor...
-
mcha54 created a post,
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 > ...
-
mcha54 created a post,
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?