I'm using Google Maps API in my application. I want to use Google Drive too. Do I need to create a new key and project in google developer console, or just enable Google Drive?
Google Drive APi and Google Maps in the same application
164 views Asked by Anna At
1
Just enabling Google Drive would be fine.
According to the console help docs:
So in other words, one project == one app.
https://developers.google.com/console/help/new/?hl=en_US#managing-projects-in-the-developers-console
Hope this help!