Enable API on Google script¶
Now that the drive part is set up, go into your google script dashboard Link
You should see a new project, click on Open project
You should now have the google script editor, with on the left the list of the scripts.
Click on Resources -> Advanced google services.
Then you should have a pop hover with a list of API. Search for drive API a make sure it is enabled.
Click on the Google API console link
You should have a similar page to the one below. Click on ENABLE APIS AND SERVICES to add the last API we need to your project
On the next page, search for Geocoding API
In the result, click on the first one and enable it in your project.
If you go back to the API dashboard, you should now have both drive and geocoding API enabled in your project.