Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.32 KB

File metadata and controls

45 lines (29 loc) · 1.32 KB
description
Configure your google maps API key to enable the maps widget on Appsmith

Google Maps

To enable the maps widget, login to your google cloud console

1. Navigate to the credentials section under APIs & Services

Click to expand

2. Create a new API Key Credential

Click to expand

3. Restrict the API Key

click to expand

4. Enable the following APIs

  • Maps Embed API
  • Maps JavaScript API
  • Places API
  • Geolocation API

Click to expand

5. Update the instance configuration with the below fields

# Example Docker Configuration
# ******** Google Maps ***********
APPSMITH_GOOGLE_MAPS_API_KEY=YOUR_API_KEY
# ********************************

6. Restart the Appsmith Instance

{% hint style="success" %} The maps widget should now be enabled on your installation. Read more about Obtaining a google API key {% endhint %}