Skip to content

Commit

Permalink
[GDrive] fix README flask start command
Browse files Browse the repository at this point in the history
  • Loading branch information
walterbm-cohere committed Dec 12, 2023
1 parent cbfe47a commit 233e6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdrive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The `GDRIVE_SERVICE_ACCOUNT_INFO` variable should contain the JSON content of th
}
```

4. Convert the JSON credentails to a string through `json.dumps(credentials)` and save the result in the `GDRIVE_SERVICE_ACCOUNT_INFO` environment variable.
4. Convert the JSON credentials to a string through `json.dumps(credentials)` and save the result in the `GDRIVE_SERVICE_ACCOUNT_INFO` environment variable.
5. Make sure to [share the folder(s) you want to search with the service account email address](https://support.google.com/a/answer/7337554?hl=en).

#### `GDRIVE_CONNECTOR_API_KEY`
Expand Down Expand Up @@ -93,7 +93,7 @@ Create a virtual environment and install dependencies with poetry. We recommend
Next, start up the search connector server:

```bash
$ poetry flask --app provider --debug run --port 5000
$ poetry run flask --app provider --debug run --port 5000
```

and check with curl to see that everything works:
Expand Down

0 comments on commit 233e6c9

Please sign in to comment.