iancrew
- 合計アクティビティ 95
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 40
コメント
iancrewによる最近のアクティビティ-
Hi @Jason62: It's an old thread that I'm reviving here, and I'm not @Balaji, but one big use case would be scrambling those external passwords periodically for security reasons, or as people leave ...
-
Box support can recover files for a small window of time even after they’ve been deleted. Presumably the sane would be true for old file versions.
-
I’d also point out that if Box was to provide a way to overwrite a file without creating a new version, that’d be a pretty big gift to the ransomware writers of the world...
-
I mentioned Box’s native FTP support earlier in this thread, but also check out https://rclone.org/box— rclone is very similar to rsync, but for various cloud services. Hope that helps! Ian
-
You might want to check out rclone (https://rclone.org/box/) and/or the public beta of ExpanDrive for Linux (https://www.expandrive.com/expandrive-for-linux/) as alternatives. Box has unfortunatel...
-
See https://support.box.com/hc/en-us/articles/360043697274-Managing-developer-sandboxes-for-Box-admins for Box’s developer sandboxes feature, which eliminates most of the risk as you develop code....
-
Maybe using rclone (https://rclone.org/box/) or FTP (https://support.box.com/hc/en-us/articles/360043697414-Using-Box-with-FTP-or-FTPS) would be easier than using curl?
-
Yes, you can create your own project. See https://developer.box.com/guides/applications/ for all the details.
-
Thanks ! I needed an answer sooner, so I ended up submitting a support ticket and got an answer. The documentation you pointed to is the right place (though for some reason Google Search doesn't ...
-
I was a bit startled not to see Boxs built-in support for FTP/FTPS mentioned here. (Unless I missed something?) Check out https://community.box.com/t5/Upload-and-Download-Files-and/Using-Box-with-...