Skip to content
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

blob resource collaboration issues #6752

Closed
xiaofeiniuuu opened this issue Apr 15, 2024 · 1 comment · Fixed by #6937
Closed

blob resource collaboration issues #6752

xiaofeiniuuu opened this issue Apr 15, 2024 · 1 comment · Fixed by #6937
Labels
type:question Question about framework usage

Comments

@xiaofeiniuuu
Copy link

xiaofeiniuuu commented Apr 15, 2024

How to handle the collaboration of blob resources, and when will resource custom URLs be supported?

@donteatfriedrice donteatfriedrice added the type:question Question about framework usage label Apr 16, 2024
@xiaofeiniuuu
Copy link
Author

My current temporary solution is to upload it to the server before storing blobStorage, because the set and get methods of blobStorage support asynchronous, so after docSources notification, other clients will get it from the server in the get of blobStorage, and store it in indexDb blob library, I wonder if this is feasible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:question Question about framework usage
Projects
Development

Successfully merging a pull request may close this issue.

2 participants