Initial Installation and Configuration
- Add the Plugin to Your Application
- Go to the "Plugins" tab in the Bubble editor.
- Search for "Advanced Google Drive Integration."
- Click on "Install."
- Google Credentials Configuration
- Access the Google Cloud Console .
- Create a new project or select an existing one.
- Enable the "Google Drive API" and "Google Picker API."
- Create OAuth 2.0 credentials:
- Type : Web Application
- Authorized JavaScript Origins : URL of your Bubble application.
- Authorized Redirect URIs : URL of your Bubble application.
- Obtain the Client ID , API Key , and App ID .
- Plugin Configuration in Bubble
- Go to the "API Keys" section in the plugin configuration.
- Enter the following values:
- api_key_google: Your Google API Key.
- client_id_google: Your OAuth Client ID.
- app_id_google: Your Google App ID.
- Security Configuration (Optional but Recommended)
- In the plugin configuration, set:
- allowed_origins: A comma-separated list of permitted domains.
- inactivity_timeout: Time in minutes before closing the session due to inactivity.
Comments (00)