Access the Google Drive API in 2 minutes 💨
Create an integration
Authorize Google Drive
Call the Google Drive API
curl "https://api.nango.dev/proxy/drive/v3/files?pageSize=10" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"