Steve42
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by Steve42-
Number of files in Box folder does not match Actual files .
AnsweredMy folder Fy2016 shows 74,813 files. My folder Fy2016/employ shows 338 files. The script lists out 75,423 files from box folder Fy2016. The script lists out 364 files from box folder Fy2016/Employ ...
-
Download folder does NOT get all files
I have 365 files on my computer that I uploaded to box. Box shows I have only 338 files uploaded. To download the entire folder, as shown by "red" arrows. Unzip file, I end up with 258 files on my...
-
[NET] getting list of files from folder
AnsweredOne user said he found a faster way of getting a list of files from a folder using .NET. Is there a Full example of getting files? I installed the .NET from github. When I compile it I get about 12...
-
List all proprerties of client.file get returns?
AnsweredHow can I list all properties that client.file.get returns? TIA myfile = client.file(my_id).get()
-
Getting list of files uploaded today - python
I uploaded 381 files today to box. How can I get a list of all of those files uploaded? items = client.search().query(query='TEST QUERY', limit=9000, ancestor_folder_ids=["123456789"], updated_a...