storj-thirdparty / nextcloud-app

GNU Affero General Public License v3.0
22 stars 3 forks source link

Stored objects in incompatible format. #5

Closed fredcwells closed 2 years ago

fredcwells commented 3 years ago

1) Cannot copy Storj objects outside or Storj directory to any other native Nextcloud folder. 2) Objects stored are incompatible with rclone, which is the defacto client for Storj.

Erikvv commented 3 years ago

Thanks for your report.

  1. Cannot copy Storj objects outside or Storj directory to any other native Nextcloud folder.

I don't have this issue. I can move and copy directories and files both ways in the Nextcloud web GUI. Can you provide more details, maybe error messages from the log?

  1. Objects stored are incompatible with rclone, which is the defacto client for Storj.

Storj does not have empty directories/prefixes. Rclone deals with this differently than the Nextcloud app.

Rclone fakes empty directories locally and they dissapear after Rclone restarts. I can't do it the way Rclone does it. I will think about this.

Erikvv commented 3 years ago

The sattelite object browser creates a file .file_placeholder to simulate a directory.

I think I'll do that as well.

Erikvv commented 3 years ago

The sattelite object browser creates a file .file_placeholder to simulate a directory.

I've implemented this change, will be in the next release.

Erikvv commented 2 years ago

Fixed in 0.0.5