No credit card required · Free platform during early access · You bring the VPS
By role
Hosting
Platform
WayHost uploads project backups to a folder in Google Drive using OAuth. You create a Google Cloud “Web application” client, paste Client ID and secret into the backup destination, then click Connect.
In Google Cloud, under the OAuth client’s Authorized redirect URIs, add exactly:
https://host.hamdek.com/api/integrations/google-drive/callback
Also add an Authorized JavaScript origin:
https://host.hamdek.com
These must match the live WayHost site. A wrong scheme or domain causes a redirect_uri_mismatch error from Google.
https://host.hamdek.com.https://host.hamdek.com/api/integrations/google-drive/callback.Scope used by WayHost: https://www.googleapis.com/auth/drive.file (files WayHost creates).
WayHost creates a Drive folder named like wayhost-<project-slug>-backups under My Drive for that project.
If you prefer one Google app for the whole platform, set in the server .env:
GOOGLE_DRIVE_CLIENT_ID=...
GOOGLE_DRIVE_CLIENT_SECRET=...
Destination-level Client ID/secret still override these when filled in the UI.
https://host.hamdek.com/api/integrations/google-drive/callback.