Cloud Storage Integration

Connect Google Drive and Dropbox to save converted PDFs directly to your cloud storage, or import files for conversion.

Google Drive
Save & import PDF files
Not connected

Upload converted PDFs directly to your Google Drive or import Drive files for conversion.

Connect Google Drive
Dropbox
Save & import PDF files
Not connected

Upload converted PDFs to your Dropbox or import Dropbox files for conversion.

Connect Dropbox
Google Drive Setup

To enable Google Drive, create OAuth 2.0 credentials in the Google Cloud Console and add the values to your web.config.

2
Create an OAuth 2.0 Client ID of type Web Application
3
Add https://way2pdf.com/cloud/google/callback as an Authorised Redirect URI
4
Enable the Google Drive API and Google People API
5
Set GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET in web.config <appSettings>
Dropbox Setup

To enable Dropbox, create an app in the Dropbox App Console and add the credentials to web.config.

1
Go to Dropbox App Console and click Create app
2
Choose Scoped accessFull Dropbox (or App folder)
3
Add https://way2pdf.com/cloud/dropbox/callback as an OAuth 2 Redirect URI
4
Enable scopes: files.content.read, files.content.write, account_info.read
5
Set DROPBOX_APP_KEY and DROPBOX_APP_SECRET in web.config <appSettings>