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
Hi, I am trying to use the HTTPStore to write zarr array to remote servers (where I implemented the PUT method), however I couldn't find any example for doing it for HTTPStore.
I tested with this, but it failed at "fetcing https://my-website.io/123/mydata.zarr/.zarray" (when calling containsItem), I tried to set overwrite: true, but it said not implemented yet.
The text was updated successfully, but these errors were encountered:
What fetch errors are you seeing (in the Network tab in your browser)? Is it the webserver rejecting the message, or is it something internal to zarr/httpstore going wrong?
Hi, I am trying to use the HTTPStore to write zarr array to remote servers (where I implemented the
PUT
method), however I couldn't find any example for doing it for HTTPStore.This is what I have so far:
I tested with this, but it failed at "fetcing https://my-website.io/123/mydata.zarr/.zarray" (when calling
containsItem
), I tried to setoverwrite: true
, but it said not implemented yet.The text was updated successfully, but these errors were encountered: