Using the Syncano v4 Python Library, I attempted to do the following:
book_class = instance.classes.create(
name='book',
schema='[{"name": "title", "type": "string"}, {"name": "author", "type": "string"}]’
)
And received this error:
syncano.exceptions.SyncanoRequestError: 403 You do not have permission to perform this action.
I'm currently using the instance API key - what am I doing wrong?