ch_srikanth
- 合計アクティビティ 17
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
ch_srikanthさんの最近のアクティビティ-
ch_srikanthさんが投稿を作成しました:
Fetch the files from sub folders of a parent folder
Hi, I want to fetch the files from sub folders of a parent folder. Like I have folder with folder_id '11' and it has 5 sub folders. So I want to get the metadata of the files from the sub folders....
-
ch_srikanthさんがコメントを作成しました:
When I execute this command.>>> x = client.file(file_id=34***phone number removed for privacy***).get()>>>type(x)Output: It's actually a box object, I need to convert it to a json object, so that...
-
ch_srikanthさんがコメントを作成しました:
This whole json content I want to save it to a file. How can I do that ?
-
ch_srikanthさんがコメントを作成しました:
If I execute the below statement, I could see some metadata of the file is getting displayed in json format. client.file(file_id='123').get() I want to save this metadata into a file in the sam...
-
ch_srikanthさんがコメントを作成しました:
Can I fetch the metadata of today's files only ?
-
ch_srikanthさんがコメントを作成しました:
Thanks for your response.
-
ch_srikanthさんがコメントを作成しました:
Thanks for all your response.
-
ch_srikanthさんがコメントを作成しました:
I actually want the metadata of the file which are uploaded on current day. I mean I want to read the file which came in today in a folder.
-
ch_srikanthさんがコメントを作成しました:
Thanks for your response
-
ch_srikanthさんが投稿を作成しました:
How to fetch BOX file metadata information using Box API with python SDK?
Hi Can anyone please let me know how to fetch BOX file metadata information using Box API with python SDK?I am using the JWTauth process for authentication.