Storage Integration
Microsoft OneDrive
Automatically upload screenshot images, PDF reports, and video captures to Microsoft OneDrive after every job. Works seamlessly with Microsoft 365 personal and business accounts — screenshots sync to all your devices instantly.
How it works
ScreenshotCenter connects to OneDrive via the Microsoft Graph API using OAuth 2.0. Authorise once and screenshot files are uploaded to your chosen OneDrive folder automatically.
- 1
Connect OneDrive in the dashboard
Go to Apps → Connect a new app → OneDrive and sign in with your Microsoft account. ScreenshotCenter requests scoped file upload access only.
- 2
Choose a destination folder and path template
Select the OneDrive folder where files should land, and optionally configure a path template to organise captures by domain, date, or job ID.
- 3
Include the app ID in screenshot requests
Add your OneDrive app ID to the
appsparameter. The shareable link is returned inapps[].output_url.
Quick start
curl "https://api.screenshotcenter.com/api/v1/screenshot/create\
?key=YOUR_API_KEY\
&url=https://example.com\
&apps=my-onedrive-app" The OneDrive shared link is returned in apps[].output_url once the upload completes.
Path templates
Use a template to organise screenshots into subfolders inside your OneDrive:
screenshots/{domain}/{yyyy}-{mm}-{dd}/{id}.png Available variables: {id}, {domain}, {yyyy}, {mm}, {dd}, {shot}, {browser}, {country}.
Why OneDrive?
Microsoft 365 integration
Screenshots land directly in your Microsoft 365 ecosystem — accessible from Teams, SharePoint, and Office apps.
Automatic device sync
Files sync to your Windows, Mac, iOS, and Android devices through the OneDrive app — available offline without any extra steps.
Easy team sharing
Share OneDrive folders with colleagues or external stakeholders using standard Microsoft permission controls.
Get started
- 1. Create a free account on ScreenshotCenter.
- 2. Go to Apps → Connect a new app → OneDrive and sign in with your Microsoft account.
- 3. Choose a destination folder, configure an optional path template, and save. Copy the app ID.
- 4. Add the app ID to the
appsparameter in your screenshot requests.