It is solved. I have used below reference.
## **Solution Overview**
We implemented a **workaround** by appending the Gemini API key to the download URL, making it accessible for frontend download.
### **URL Transformation**:
```
Original URL (403 Error):
.com/v1beta/files/xxxxx:download?alt=media
Working URL (with API Key):
.com/v1beta/files/xxxxx:download?alt=media&key=YOUR_GEMINI_API_KEY