Attachment Control - Google Drive
by spre.es https://spre.es/shop/attachment-storage-manager-71
Odoo
$ 471.44
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Community Apps Dependencies | Show |
| Lines of code | 6491 |
| Technical Name |
attachment_storage_manager_gdrive |
| License | OPL-1 |
| Website | https://spre.es/shop/attachment-storage-manager-71 |
| Versions | 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Community Apps Dependencies | Show |
| Lines of code | 6491 |
| Technical Name |
attachment_storage_manager_gdrive |
| License | OPL-1 |
| Website | https://spre.es/shop/attachment-storage-manager-71 |
| Versions | 17.0 18.0 19.0 |
Google Drive connector for Attachment Control
Attachment Control - Google Drive
Add Google Drive as a storage backend for Attachment Control so routing, audit, move, storage archive and restore workflows can work with Google Drive through OAuth-based credentials.
Google Drive
OAuth 2.0
Routing, Move, Storage, Restore
Optional Connector Add-on
Availability: Odoo Online: not recommended | Odoo.sh: generally supported | On Premise: supported
Support: info@spre.es
What this connector adds
- Google Drive provider in Storage Credentials: create credentials for Google Drive through OAuth 2.0.
- Credential-based backend usage: the core module can use this provider in routing, move, storage archive and restore flows.
- Generic backend operations: read, write, delete, list and connection test through the common backend API.
- Provider isolation: Google-specific OAuth and API logic stays outside the core module.
Opt-in only: installing this connector does not send data to Google Drive by itself. External communication only starts after the user creates and validates a Google Drive credential and explicitly selects it in the corresponding configuration or workflow.
Data sent only after opt-in: attachment binary content, remote path/folder information, and the technical metadata needed by the selected workflow, such as filename, mimetype, file size or checksum when available.
No data is sent to the developer. Data is sent only to the Google APIs explicitly configured by the user.
No data is sent to the developer. Data is sent only to the Google APIs explicitly configured by the user.
Compatibility
- On-premise: supported.
- Odoo.sh: supported if outbound HTTPS access to Google APIs is allowed.
- Odoo Online: not supported for this connector because custom module code and callback routing are outside normal Odoo Online constraints.
Why a separate add-on? The core module remains provider-agnostic and only this connector knows how to handle Google OAuth, token refresh and Drive API operations.
Requirements
- Install the core module Attachment Control.
- Ensure the Python dependency
requestsis available in the same Python environment used by Odoo. - Install this connector module
attachment_storage_manager_gdrive. - Configure Google Cloud OAuth credentials and the exact callback URL used by Odoo.
Google OAuth setup
1. In Google Cloud, enable the Google Drive API.
2. Create an OAuth client with type Web application.
3. Add your public Odoo URL as an authorized origin, for example
https://your-odoo.example.com.4. Add this exact redirect URI:
https://your-odoo.example.com/attachment_storage_manager_gdrive/oauth/callback5. In Google OAuth consent screen, use the correct audience. If the app is Internal, only users of that Google Workspace organization can authorize it. For personal Gmail or external users, the app must be External.
Important: the redirect URI must match the effective
web.base.url of Odoo exactly, including scheme and domain.
Credential fields
Access Key / Client ID: the full Google OAuth Client ID. It must end with
.apps.googleusercontent.com.Secret Key / Client Secret: the secret generated for that same OAuth client.
API Token: used as the Google OAuth Refresh Token. Leave it empty the first time; it is stored automatically after a successful OAuth authorization flow.
Container / Bucket: optional Google Drive root folder ID. Leave empty to use Drive root.
Path Prefix: optional folder path created/used under the selected root.
Endpoint URL: optional advanced API base override. Leave empty in normal setups.
Extra Parameters (JSON): optional advanced settings such as custom API URLs or timeout values.
Free accounts and normal usage: do not use Container / Bucket as a folder name. In Google Drive this field is an advanced root folder ID. For free accounts and normal setups, leave it empty and use Path Prefix for the folder path.
{
"timeout": 30
}
Important: do not use a Google API key, project number or project ID as Client ID. Use the full OAuth Client ID and Client Secret from Google Cloud.
How it is used
1. Create a Google Drive credential in Storage Credentials.
2. Fill Client ID and Client Secret. Leave API Token empty for the first authorization.
3. Click Test Connection. Odoo opens the Google OAuth flow in a new window.
4. Approve access. Odoo stores the refresh token automatically and validates the credential.
5. Select that credential in the corresponding routing or storage configuration of the core module.
6. Use audit, move, storage and restore workflows from the core module as usual; this connector only provides the backend integration.
Operational notes
web.base.urlmust match your public HTTPS URL.- Behind a reverse proxy, enable
proxy_mode = Trueand pass the correct HTTPS scheme to Odoo. - If Google does not return a refresh token, revoke app access and authorize again.
- If authorization fails with an audience restriction such as
org_internal, review whether the OAuth consent screen is configured as Internal or External. - For long-running jobs, configure
limit_time_real_cron = 3600inodoo.conf.
Operational safety
Important: we recommend carrying out all tests beforehand in a test database and making a complete backup before any intervention. We do not assume responsibility for possible incidents, misuse or data loss that may occur during its use.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module