-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"graphene://middleauth+https://" protocol in a cloudpath does not work #610
Comments
Not a bad idea. Are there any other |
I wouldn't delete the |
Can you share that image case with me? I would like to see if I can get it to work. |
This remains an issue, since Neuroglancer requires this auth formatting for its data sources and cloud-volume does not know how to interpret it. We also now have a neuroglancer skeleton source deployed on datastack |
First step maybe complete. I think I have |
This is released in 10.2.0! |
In cloudvolume 11.0.2, the Two example cloudpaths that should work to create cloudvolume objects using CAVE tokens are:
Note that the first case of this is a skeleton source serving precomputed skeletons but requires a CAVE token in the header. However, both throw an
I think that the ideal solution would involve treating the path as |
Hi Casey, I just ran those two paths on my machine and didn't see an error. Is your cloud-files version up-to-date? That could be the issue. |
Ah, you're right, thank you! My cloudvolume was up to date, but the cloud-files install was at 4.26.0. Upgrading cloud-files to 4.28.0 fixed that. Unless there's a good reason not to, I feel like you should bump the minimum version of cloud-files from 4.24.0 up to whenever this feature was added, since it is a cloud-volume feature as much as a cloud-files one and the fix was not obvious. |
As part of the development of graphene integration in Neuroglancer, the auth protocol is provided to neuroglancer as an additional scheme:
graphene://middleauth+https://
instead of justgraphene://https://
. Currently, however that gives the error:For convenience in coming to cloudvolume from neuroglancer, it would be nice if this multi-scheme URL were acceptable and treated as equivalent to
graphene://https://
.The text was updated successfully, but these errors were encountered: