-
Notifications
You must be signed in to change notification settings - Fork 159
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
fix: Allow purging vfolders by enabling querying deleted vfolders by name #3176
fix: Allow purging vfolders by enabling querying deleted vfolders by name #3176
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I applied the changes, but the issue persists. Could it be that the superadmin's email doesn't match the vfolder owner's email?
Do you get the same 404 error after this change? |
…name (#3176) Backported-from: main (24.12) Backported-to: 24.03 Backport-of: 3176
…name (#3176) Backported-from: main (24.12) Backported-to: 24.09 Backport-of: 3176
resolves #3181 https://github.com/lablup/giftbox/issues/780
The purge SDK function first queries by name to find the ID of the VFolders to be removed, but the API (get_vfolder_id) could not query folders in
delete-complete
status.We are modifying the get_vfolder_id API to enable querying VFolders in all statuses
Checklist: (if applicable)
📚 Documentation preview 📚: https://sorna--3176.org.readthedocs.build/en/3176/
📚 Documentation preview 📚: https://sorna-ko--3176.org.readthedocs.build/ko/3176/