storage-providers

Google Drive Oauth Redirect

OAuth2 redirect handler — Google sends the user here after authorization.

This endpoint runs inside the popup window. It renders a small HTML page that sends the authorization code back to the opener (main app) via postMessage, then closes itself.

get/storage-providers/google-drive/callback

Query parameters

codestring
statestring
errorstring

Response

Successful Response

Changes