STORAGE_FILE_PATH_CONFLICT
Error Cause
Cloud storage file path conflict, the file path being created already exists or conflicts with existing paths.
Solutions
- Use a different file name or path
- Check if a file with the same name already exists
- Add timestamp or random number to file name to ensure uniqueness
- Delete conflicting file first (if allowed)
- Use overwrite mode to upload file
- Redesign file naming rules to avoid conflicts