You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: #24
The text was updated successfully, but these errors were encountered:
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: #24
The text was updated successfully, but these errors were encountered: