Storing Print-Ready Files in Cloud Storage
Chamevo can automatically store print-ready export files in cloud storage providers like Dropbox or AWS S3 when orders are created. This is useful for automatic file backup, integration with print fulfillment services, or accessing files from multiple locations.
Supported Cloud Providers
- Dropbox - Store files directly in your Dropbox account
- AWS S3 - Store files in Amazon S3 buckets
Setting Up Dropbox Storage
1. Create a Dropbox App
Go to the Dropbox App Console and create a new app.
- Click Create App
- Choose your API
- Choose your access
- **Name **your application
- Click Create

2. Configure App Settings
After creating the app, you'll be redirected to the App Settings page.
- Copy the following credentials:
- App Key
- App Secret
- Add your website URI to Redirect URIs (e.g.,
https://yoursite.com)
- Save the Dropbox app settings

3. Set App Permissions
Navigate to the Permissions tab in your Dropbox App settings.
Enable the following permissions:
- files.metadata.write - Write file metadata
- files.metadata.read - Read file metadata
- files.content.write - Upload files
- files.content.read - Download files
Click Submit to save permission changes.

4. Connect Dropbox in Chamevo
Go to:
- Settings in Chamevo Dashboard
- Export tab
- Cloud Storage section
- Paste the App Key from Dropbox
- Paste the App Secret from Dropbox
- Click Connect Dropbox

5. Authorize Access
When you click "Connect Dropbox," the authorization process will begin:
- You'll be redirected to Dropbox
- Log in to your Dropbox account (if not already logged in)
- Click Allow to grant the app access to your Dropbox
- You'll be redirected back to your site
- An access token will be generated and stored automatically
Once connected, all print-ready files will automatically upload to your Dropbox when orders are created.
Setting Up AWS S3 Storage
1. Create IAM User with S3 Access
In the AWS IAM Console, create a user with access to your S3 bucket.
Follow these steps:
- Go to IAM → Users → Add User
- Create a user with Programmatic access
- Attach policies for S3 bucket access
- Save the Access Key ID and Secret Access Key
For detailed instructions, see AWS documentation on creating access keys.
2. Configure S3 in Chamevo
Go to:
- Settings in Chamevo Dashboard
- Export tab
- Toggle AWS S3
- Enter your AWS credentials:
- Access Key ID - Your AWS access key
- Secret Access Key - Your AWS secret key
- Bucket Name - The name of your S3 bucket
- Region - Your bucket's AWS region (e.g., us-east-1)

File Organization
Dropbox: Files are typically organized by:
- Order number
- Product name
- Date/time stamp
AWS S3: You can configure the bucket path structure:
- Root folder for all exports
- Subfolders by date, order ID, or custom structure
- File naming conventions
Summary
- Cloud storage automatically backs up print-ready files to Dropbox or AWS S3
- Dropbox requires creating an app, setting permissions, and connecting via OAuth
- AWS S3 requires IAM user credentials with bucket access
- Files upload automatically when orders are created
- Useful for backup, fulfillment integration, and multi-location access
Updated on: 13/11/2025
Thank you!