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
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
I've run some tests loading files to the new File Search Store with a python script, now I have this message:
429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Corpus has reached the storage limit of 1000000000 bytes.', 'status': 'RESOURCE_EXHAUSTED'}}
I've tried to delete the stores created with another python script, but I receive this error:
400 FAILED_PRECONDITION. {'error': {'code': 400, 'message': 'Cannot delete non-empty FileSearchStore', 'status': 'FAILED_PRECONDITION'}}
then I've tried deleting every single file in a store but I receive this error:
400 FAILED_PRECONDITION. {'error': {'code': 400, 'message': 'Cannot delete non-empty Document', 'status': 'FAILED_PRECONDITION'}}
I've tried to locate the stores and files in google cloud console without any success, how can I delete those stores/files?
Actual vs expected behavior:
Manage to load files to File Search Store and eventually delete the uploaded files in filestore