You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated_samples/interactive-tutorials/README.md
+2-14Lines changed: 2 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -58,18 +58,6 @@ After the project is created, set your PROJECT_ID to a ```project``` variable:
58
58
59
59
1. Ensure that the Retail API is enabled foryour projectin the [API & Services page](https://console.cloud.google.com/apis/api/retail.googleapis.com/).
60
60
61
-
1. Log in with your user credentials to run a code sample from the Cloud Shell:
62
-
63
-
```bash
64
-
gcloud auth login
65
-
```
66
-
67
-
1. Type `Y` and press **Enter**. Click the link in the Terminal. A browser window
68
-
should appear asking you to log in using your Gmail account.
69
-
70
-
1. Provide the Google Auth Library with access to your credentials and paste
71
-
the code from the browser to the Terminal.
72
-
73
61
## Prepare your work environment
74
62
75
63
To prepare the work environment you should perform the following steps:
@@ -167,7 +155,7 @@ The bucket name must be unique. For convenience, you can name it `<YOUR_PROJECT_
167
155
1. Go to the **product** directory and run the following commandin the Terminal:
Now you can see the bucket is created in the [Cloud Storage](https://console.cloud.google.com/storage/browser), and the files are uploaded.
@@ -189,7 +177,7 @@ The bucket name must be unique. For convenience, you can name it `<YOUR_PROJECT_
189
177
To import the prepared products to a catalog, open python-retail/samples/interactive-tutorials/product/import_products_gcs.py file and run the following commandin the Terminal:
0 commit comments