403 when trying to sync schemas with cli

Hi! Im playing around with thet CLI to figure out how to deal with schemas getting out of sync on our local environments…

In https://cloud.squidex.io/app I created two different apps and what i’m trying to do is to get a specific schema from app1 and then import (sync) it to app2…

Switching between the apps with config use <app> works just fine, so does schemas get schema1 > schema.json

But when i do schemas sync schema.json after i switch between the apps i get this error message

"ERROR: The HTTP status code of the response was not expected (403).

Status: 403
Response:"

The error message is not really helpful…

403: Forbidden = Your client does not have the permissions.

Change your client to Developer role.

2 Likes

Oh yikes… Now it works, thank you very much Sebastian

1 Like