You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clientId und applicationId getrennt. Smartcar verwendet zwei verschiedene IDs:
Application ID (UUID, z.B. 548f3955-...): wird für die Connect OAuth URL
als client_id-Parameter benötigt.
API Client ID (client_01…): wird für den client_credentials Token-Abruf
verwendet.
Bisher wurde dieselbe ID für beides verwendet, was bei einer ID zum Fehler 400: Invalid parameter client_id führte.
Migration
Neues Pflichtfeld applicationId in den Plugin-Einstellungen einfügen:
Smartcar Dashboard → Configuration → Application details → Application ID (UUID)