Skip to content

Commit 540e771

Browse files
nerda-codesRoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent d65ac78 commit 540e771

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/generative-apis/troubleshooting/fixing-common-issues.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Below are common issues that you may encounter when using Generative APIs, their
2121
- You are not connecting to the right endpoint URL
2222

2323
### Solution
24-
- Ensure you provide an [IAM Secret Key](https://www.scaleway.com/en/docs/iam/how-to/create-api-keys/) in your API request or third party library configuration
25-
- Ensure the [IAM user or application](https://www.scaleway.com/en/docs/iam/reference-content/users-groups-and-applications/) you are connecting with has the right [IAM permissions sets](https://www.scaleway.com/en/docs/iam/reference-content/permission-sets/) (either `GenerativeApisFullAccess` or a narrower one)
26-
- If you have access only to a specific project, ensure you are connecting to this project URL:
24+
- Ensure you provide an [API secret key](/iam/how-to/create-api-keys/) in your API request or third party library configuration
25+
- Ensure the [IAM user or application](/iam/reference-content/users-groups-and-applications/) you are connecting with has the right [IAM permissions sets](/iam/reference-content/permission-sets/) (either `GenerativeApisFullAccess` or a narrower one)
26+
- If you have access only to a specific Project, ensure you are connecting to this Project URL:
2727
- The URL format is: `https://api.scaleway.ai/{project_id}/v1"`
28-
- If no `project_id` is specified in the URL (`https://api.scaleway.ai/v1"`), your `default` project will be used.
28+
- If no `project_id` is specified in the URL (`https://api.scaleway.ai/v1"`), your `default` Project will be used.
2929

3030
## 429: Too Many Requests - You exceeded your current quota of requests/tokens per minute
3131

0 commit comments

Comments
 (0)