I am using the Batch API to create embeddings. Everything works fine with an API key that has All permissions enabled in the developer console. However if I try to use a Restricted API key with the Embeddings and Files permissions granted, I get an error when I call the batch API: You have insufficient permissions for this operation. Missing scopes: "api.batch.write"
There is no way I found on the UI to grant this scope to an API key. My only option is to use a key without restrictions.
