Steve42
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Steve42-
Steve42 commented,
Follow up from support team ( I hope it help others ) Support team said Sometimes Box caches previous file counts and storage amounts causing a data inconsistency. This is a known issue and is a l...
-
Steve42 commented,
I uploaded those files on Jan. 4, 2022 to both folders. Today is Jan. 6, 2022, Employ still shows I have 338 files and Fy2016 has 74,813 files.
-
Steve42 commented,
Here is the 2nd screenshot for folder Employ
-
Steve42 created a post,
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 ...
-
Steve42 created a post,
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...
-
Steve42 created a post,
[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...
-
Steve42 commented,
I have a script. However it takes about 2 seconds to get info from file. The ".get()" takes about 2 seconds for ONE file. I have thousands of files. If someone knows of a faster way, please send me...
-
Steve42 commented,
I tried working with that search example. Whatever value I gave "ancestor_folders", the search would look through ALL of my folders. It would be nice to have a FULL example for the new people to ...
-
Steve42 created a post,
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()
-
Steve42 created a post,
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...