Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリをドロップボックスにバックアップしています。
ローカル ファイル (新しいファイル) がサーバー上のファイルと同じかどうかを確認することは可能ですか?
私の考えは、ファイルハッシュを持つ2番目のファイルですが、それを行うためのより単純な、またはより一般的な方法がすでにあるかどうかを知りたいです...
DropBox Sync API を使用している場合は、問題のファイルの [DBFileStatus cached] を呼び出して、同じかどうかを確認できます。Fergal