ch_srikanth
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by 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...
-
This whole json content I want to save it to a file. How can I do that ?
-
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...
-
Can I fetch the metadata of today's files only ?
-
Thanks for your response.
-
Thanks for all your response.
-
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.
-
Thanks for your response
-
thanks for the example.py script, when I try to add a collaborator to my root folder I am getting the below error.collaboration = root_folder.add_collaborator('****', CollaborationRole.VIEWER)Typ...
-
Hello,In my BOX Api I added my colleague as a collaborator, My colleague is uploading files in UI to one of her new folder(folder1),I want to access those files from that folder1 using my python ...