mcha54
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
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?