handyman5 / acd_fuse

FUSE filesystem driver for Amazon Cloud Drive
Other
187 stars 23 forks source link

File content corrupted on read #30

Open travisgroth opened 8 years ago

travisgroth commented 8 years ago

While doing some testing around the caching behavior I noticed that file content on read() is some HTML from the cloud drive page or API rather than the actual file content. File metadata looks correct via ls, however.

Files being written appear to be uploaded correctly, however if I clear my cache directory and re-mount the files I just wrote out correctly will be retrieved corrupted.

Note: I am presently using the fork of pyacd referenced in this Issue: https://github.com/handyman5/acd_fuse/issues/24