# How to provide image link from Google Drive to Render API

### Google Drive

**Step 1**: Go to [Google Drive](https://drive.google.com/) and right-click the file that you want to share, then click on "Share"

<figure><img src="https://1410134351-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXeuL34FauPTZ6yb0wAep%2Fuploads%2FepUUJHdd4rgQKUmZnCJj%2FScreenshot%20from%202024-10-18%2009-41-51.png?alt=media&#x26;token=e4b10c13-b4d6-4bf4-9f47-5da49fbbd6c9" alt=""><figcaption></figcaption></figure>

**Step 2**: In the window that comes up, change the access to "Anyone with the link"

<br>

<figure><img src="https://1410134351-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXeuL34FauPTZ6yb0wAep%2Fuploads%2FHNaB0Yirp0zvpXVSNknM%2FScreenshot%20from%202024-10-18%2009-43-07.png?alt=media&#x26;token=a10916ad-8ace-4fa0-b985-73318f9db91e" alt=""><figcaption></figcaption></figure>

**Step 3**: Click "Copy link"

<figure><img src="https://1410134351-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXeuL34FauPTZ6yb0wAep%2Fuploads%2FjwZSnfLfoiPPDhTE8DFD%2FScreenshot%20from%202024-10-18%2009-43-59.png?alt=media&#x26;token=05a7cd4b-54fb-486b-90ec-6c26f08cca3f" alt=""><figcaption></figcaption></figure>

**As the final step**, you will get the link similar to this:

```
https://drive.google.com/file/d/1wMgCWAsqlw0nXcMhCldTbwSznMdXUmBT/view?usp=sharing
```

Where the bolded part **1wMgCWAsqlw0nXcMhCldTbwSznMdXUmBT** is the file ID

Now create the following link structure and use the file ID:

```
https://drive.google.com/uc?export=download&id=1wMgCWAsqlw0nXcMhCldTbwSznMdXUmBT
```

Done! Repeat these steps for each file from Google Drive and it will work.
