API REFERENCE
Get picker config
Return the short-lived credentials a browser needs to open the provider's file picker.
Requires authentication — a Bearer token or
X-Memuron-Actor-Id header.Path parameters
connection_idstringrequiredThe oauth_token is minted per request and grants only the drive.file scope. Use it to open the Google Picker client-side, then post the result to the selection endpoint.
GET
/memuron/connectors/{connection_id}/pickercurl https://api.memuron.com/memuron/connectors/{connection_id}/picker200 OK
{
"client_id": "…apps.googleusercontent.com",
"app_id": "1234567890",
"api_key": "…",
"oauth_token": "ya29.…",
"scopes": ["https://www.googleapis.com/auth/drive.file"]
}