iOS プラットフォームのドロップボックスチュートリアルに従っています。load
そして、このコード行をファイルに見つけました。
[[self restClient] loadFile:dropboxPath intoPath:localPath]
この行の下に、上記のコードを説明する小さな説明ボックスがあり、次のように述べています。
Here, srcPath is the path in the user's Dropbox (you probably got this from a metadata object), and destPath is the location on the local device you want the file to be put after it has been downloaded. To find out when the file download either succeeds or fails implement the following DBRestClientDelegate methods:
1) まず、 もsrcPath
もありませんdestPath
。そのため、コードまたはコードの説明が古くなっている/間違っています。
2) 第二に、 とはdropboxPath
? ドロップボックスからロードしたいファイルだと思います。その場合、必要なファイルを指定するにはどうすればよいですか?
3) ドロップボックスから .sqlite ファイルをロードしている場合、そのファイルを正確にどこにロードしますか?
どんな助けでも大歓迎です!