Cloud integration
How OneDrive files are processed in Filecraft
Files from OneDrive are downloaded directly to your browser, processed locally, and saved back — without passing through Filecraft's servers.
File bytes travel between your browser and Microsoft — never through Filecraft.
How it works
Follow your file from OneDrive to your browser and back. Filecraft never holds the bytes.
- 1
You select a file from OneDrive
The cloud picker shows your folders. Filecraft's server requests a temporary download URL from Microsoft Graph — it never downloads the file itself.
Microsoft → Your browser
- 2
Your browser downloads directly from Microsoft
The file is fetched from Microsoft's CDN using the temporary URL. Filecraft's server is not in the path.
Your browser
- 3
Processing happens locally
Web Workers for PDFs, Canvas API for images. No file content is sent anywhere.
Still your browser
- 4
You save the result back to OneDrive
Your browser uploads directly to Microsoft using a pre-authenticated session. Filecraft never touches the file bytes.
Your browser → Microsoft
The key point: File bytes always travel between your browser and Microsoft. Filecraft's servers handle authentication metadata only.