$ 461.04
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Community Apps Dependencies | Show |
| Lines of code | 6541 |
| Technical Name |
attachment_storage_manager_dropbox |
| License | OPL-1 |
| Website | https://spre.es/shop/attachment-control-for-odoo-dropbox-connector-75 |
| Versions | 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Community Apps Dependencies | Show |
| Lines of code | 6541 |
| Technical Name |
attachment_storage_manager_dropbox |
| License | OPL-1 |
| Website | https://spre.es/shop/attachment-control-for-odoo-dropbox-connector-75 |
| Versions | 17.0 18.0 19.0 |
Dropbox connector for Attachment Control
Attachment Control - Dropbox
Add Dropbox as a storage backend for Attachment Control so routing, audit, move, storage archive and restore workflows can work with Dropbox through OAuth credentials.
Dropbox OAuth
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
- Dropbox provider in Storage Credentials: create credentials connected to a Dropbox app.
- Credential-based backend usage: the core module can use Dropbox in routing, move, storage archive and restore flows.
- OAuth integration: the credential can obtain and refresh tokens through Dropbox OAuth.
- Provider isolation: Dropbox-specific logic stays outside the core module.
Opt-in only: installing this connector does not send data to Dropbox by itself. External communication only starts after the user creates a Dropbox credential, runs the OAuth validation flow and explicitly selects that credential in the corresponding configuration or workflow.
Data sent only after opt-in: attachment binary content, remote path, 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 Dropbox after explicit user configuration.
No data is sent to the developer. Data is sent only to Dropbox after explicit user configuration.
Compatibility
- On-premise: supported.
- Odoo.sh: supported.
- Odoo Online: not recommended for this connector because OAuth routes and external endpoint behavior depend on environment constraints that are not under module control.
Why a separate add-on? The core module remains provider-agnostic and only this connector knows how to work with Dropbox OAuth and API calls.
Credential mapping
Access Key / Client ID: Dropbox App Key.
Secret Key / Client Secret: Dropbox App Secret.
API Token: used as Refresh Token in the Dropbox OAuth flow.
Root Folder: optional base folder in Dropbox.
Subfolder Prefix: optional subpath under the root folder.
Get Dropbox app credentials: https://www.dropbox.com/developers/apps
API Base URL and Advanced Provider Parameters: optional advanced overrides.
OAuth flow
1. Fill in Client ID and Client Secret in the Dropbox credential.
2. Register the redirect URI in your Dropbox app:
https://<your-domain>/attachment_storage_manager_dropbox/oauth/callback.3. Run the credential test from Odoo.
4. Odoo completes the OAuth flow, stores the refresh token and validates the connection.
How it is used
1. Create a Dropbox credential in Storage Credentials.
2. Complete the OAuth validation flow from Odoo.
3. Select that credential in the corresponding routing or storage configuration of the core module.
4. Use audit and move workflows to place attachments on Dropbox.
5. Use storage and restore workflows from the core module as usual; this connector only provides the backend integration.
Operational notes
- web.base.url must be correctly configured for OAuth redirects.
- If you are behind a reverse proxy, enable proxy_mode and pass the HTTPS scheme correctly.
- Always test the credential before production use.
- 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