shynee
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by shynee-
Had to open a case with BOX support. Here is the solution which worked perfectly. from logging.handlers import SysLogHandler, logginglogging.basicConfig(level=logging.CRITICAL)
-
Super, Thanks Willer. You are such a life saver. Another followup question. How do I update the classification on a file ? Also how do I list all the classifications defined in our BOX environmen...
-
I did try to iterate, but it was giving me an error. After closer inspection, I found my authentication needs higher privileges. "error_description="The request requires higher privileges than pr...
-
Awesome. That was it. Running an older version of sdk. Did a pip upgrade and error went away. I have a follow up question. How do I access/iterate through this object ? Thanks Again.
-
We have large Isilon Shares with millions of files. We are trying to move some of the files which were accessed in the last one year. That was the main reason for copying file by file. I did a tes...
-
Thank you Willer. Totally Overlooked Copy Folder API(client.folders.copy(folderID, destinationFolderID)). I wanted to copy one by one and check SHA1 for file integrity. But that could be a separa...