File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ from appwrite.services.databases import Databases
44client = Client()
55client.set_endpoint('https://<REGION >.cloud.appwrite.io/v1') # Your API Endpoint
66client.set_project('<YOUR_PROJECT_ID>') # Your project ID
7- client.set_key('<YOUR_API_KEY> ') # Your secret API key
7+ client.set_session(' ') # The user session to authenticate with
88
99databases = Databases(client)
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ from appwrite.services.databases import Databases
44client = Client()
55client.set_endpoint('https://<REGION >.cloud.appwrite.io/v1') # Your API Endpoint
66client.set_project('<YOUR_PROJECT_ID>') # Your project ID
7- client.set_key('<YOUR_API_KEY> ') # Your secret API key
7+ client.set_session(' ') # The user session to authenticate with
88
99databases = Databases(client)
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ from appwrite.services.tables_db import TablesDb
44client = Client()
55client.set_endpoint('https://<REGION >.cloud.appwrite.io/v1') # Your API Endpoint
66client.set_project('<YOUR_PROJECT_ID>') # Your project ID
7- client.set_key('<YOUR_API_KEY> ') # Your secret API key
7+ client.set_session(' ') # The user session to authenticate with
88
99tables_db = TablesDb(client)
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ from appwrite.services.tables_db import TablesDb
44client = Client()
55client.set_endpoint('https://<REGION >.cloud.appwrite.io/v1') # Your API Endpoint
66client.set_project('<YOUR_PROJECT_ID>') # Your project ID
7- client.set_key('<YOUR_API_KEY> ') # Your secret API key
7+ client.set_session(' ') # The user session to authenticate with
88
99tables_db = TablesDb(client)
1010
You can’t perform that action at this time.
0 commit comments