Steve42
- 合計アクティビティ 15
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
アクティビティの概要
Steve42さんの最近のアクティビティ-
Steve42さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
Here is the 2nd screenshot for folder Employ
-
Steve42さんが投稿を作成しました:
Number of files in Box folder does not match Actual files .
回答済みMy 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さんが投稿を作成しました:
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さんが投稿を作成しました:
[NET] getting list of files from folder
回答済みOne 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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
List all proprerties of client.file get returns?
回答済みHow can I list all properties that client.file.get returns? TIA myfile = client.file(my_id).get()
-
Steve42さんが投稿を作成しました:
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...