ch_srikanth
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by ch_srikanth-
ch_srikanth created a post,
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 commented,
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 commented,
This whole json content I want to save it to a file. How can I do that ?
-
ch_srikanth commented,
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 commented,
Can I fetch the metadata of today's files only ?
-
ch_srikanth commented,
Thanks for your response.
-
ch_srikanth commented,
Thanks for all your response.
-
ch_srikanth commented,
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 commented,
Thanks for your response
-
ch_srikanth created a post,
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.