W
W Ike
Guest
Hi all,
I'm writing an Android app for my Samsung S3 running Android 4.3. I am trying to read a file that I have recently, successfully, written to. When I call readString() I get:
03-16 17:11:44.168 3961-3961/com.example.MySecondBrain.app I/libDropboxSync.so(latest)﹕ file.cpp:728: latest 256305d65cb, we have
03-16 17:11:44.208 3961-3961/com.example.MySecondBrain.app E/com.dropbox.sync.android.DbxFile﹕ Bad cache file for reading.
com.dropbox.sync.android.DbxRuntimeException$System: Bad cache file for reading.
at com.dropbox.sync.android.DbxFile.getReadStream(DbxFile.java:266)
at com.dropbox.sync.android.DbxFile.readString(DbxFile.java:292)...
Just before this, I check the status of the file and I see:
isCached: true, isLatest false, Pending: NONE, Newer status <cached, latest, idle, -1/10 bytes>, hasSynced: true
Any ideas or help would be appreciated. I feel I am very close to being successful with this app. Thanks All!
W Ike
I'm writing an Android app for my Samsung S3 running Android 4.3. I am trying to read a file that I have recently, successfully, written to. When I call readString() I get:
03-16 17:11:44.168 3961-3961/com.example.MySecondBrain.app I/libDropboxSync.so(latest)﹕ file.cpp:728: latest 256305d65cb, we have
03-16 17:11:44.208 3961-3961/com.example.MySecondBrain.app E/com.dropbox.sync.android.DbxFile﹕ Bad cache file for reading.
com.dropbox.sync.android.DbxRuntimeException$System: Bad cache file for reading.
at com.dropbox.sync.android.DbxFile.getReadStream(DbxFile.java:266)
at com.dropbox.sync.android.DbxFile.readString(DbxFile.java:292)...
Just before this, I check the status of the file and I see:
isCached: true, isLatest false, Pending: NONE, Newer status <cached, latest, idle, -1/10 bytes>, hasSynced: true
Any ideas or help would be appreciated. I feel I am very close to being successful with this app. Thanks All!
W Ike