> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appinion.pt/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Cloud Console

> Make sure that you are with the correct profile.

<Card title="Create a Google Cloud Project" icon="1" iconType="solid">
  1. Select **Menu - IAM & Admin - Create a Project** and enter the Project Name. Then hit the **Create** button.

  <img src="https://mintcdn.com/appinion/c4G_3Y6oyPQbwJKU/images/step4_1.ce08bcbd5eef86cced3a.png?fit=max&auto=format&n=c4G_3Y6oyPQbwJKU&q=85&s=223055aa1c430c6918c4c8a689a46e5a" alt="Step4 1 Ce08bcbd5eef86cced3a" title="Step4 1 Ce08bcbd5eef86cced3a" className="mx-auto" width="768" height="516" data-path="images/step4_1.ce08bcbd5eef86cced3a.png" />
</Card>

<Card title="Search APIs" icon="2" iconType="solid">
  Search for the following API’s and make sure they are all **ENABLED**:

  * \*\*Google Cloud APIs \*\*(lets us authenticate you)
  * \*\*Google Cloud Storage \*\*(allows us to access historical review data)
  * \*\*Google Cloud Storage JSON API \*\*(also allows us to access historical review data)
  * \*\*Google Play Android Developer \*\*(allows us to access current review data)

  <img src="https://mintcdn.com/appinion/_GHH8SYO8mXEGlxA/images/step5.37af855786d7f34bdf03.png?fit=max&auto=format&n=_GHH8SYO8mXEGlxA&q=85&s=8810b29110990b9036c8ce65e14c058a" alt="Step5 37af855786d7f34bdf03" title="Step5 37af855786d7f34bdf03" className="mx-auto" width="800" height="398" data-path="images/step5.37af855786d7f34bdf03.png" />
</Card>

<Card title="Create a Service Account" icon="3" iconType="solid">
  1. Select **Menu - IAM & Admin - Service accounts** and hit **Create Service Account**.

       <img src="https://mintcdn.com/appinion/hwUcwD-M3sfLdI6e/images/step8.b60bc0574490373025bd.png?fit=max&auto=format&n=hwUcwD-M3sfLdI6e&q=85&s=b5d72399f219c18b83e0a44b7fe41e2d" alt="Step8 B60bc0574490373025bd" width="3020" height="644" data-path="images/step8.b60bc0574490373025bd.png" />
  2. Give the service account a name (this can be anything you want, but it’s a good idea to name it something to do with Appinion so you know what it is in future), and then click Create.

       <img src="https://mintcdn.com/appinion/osObMnY-3CK0eQtQ/images/step9.ddfa1b3906af0701651d.png?fit=max&auto=format&n=osObMnY-3CK0eQtQ&q=85&s=1abd550b4c04aa081a831094d5a23604" alt="Step9" width="1218" height="1188" data-path="images/step9.ddfa1b3906af0701651d.png" />
  3. Under the Select a role dropdown, choose Basic and select Browser, then click Done.

       <img src="https://mintcdn.com/appinion/osObMnY-3CK0eQtQ/images/step10.a3db19cafa8f11cb2b9c.png?fit=max&auto=format&n=osObMnY-3CK0eQtQ&q=85&s=3d4b43f36834e2d52524da02927020e6" alt="Step10 A3db19cafa8f11cb2b9c" width="1338" height="820" data-path="images/step10.a3db19cafa8f11cb2b9c.png" />
  4. Click the three dots and then Manage keys.

       <img src="https://mintcdn.com/appinion/hwUcwD-M3sfLdI6e/images/step11.b0a766454b152871dbb5.png?fit=max&auto=format&n=hwUcwD-M3sfLdI6e&q=85&s=443c4b47ca19ce6e7e03a72cb55be758" alt="Step11 B0a766454b152871dbb5" width="1558" height="616" data-path="images/step11.b0a766454b152871dbb5.png" />

     From Add Key select Create new key.

       <img src="https://mintcdn.com/appinion/hwUcwD-M3sfLdI6e/images/step11_1.afb7bd46f054d14de538.png?fit=max&auto=format&n=hwUcwD-M3sfLdI6e&q=85&s=e543d46b1565181b7551330bc9c268dc" alt="Step11 1 Afb7bd46f054d14de538" width="2498" height="350" data-path="images/step11_1.afb7bd46f054d14de538.png" />

     Select JSON and then Create.
  5. You should then get a message telling you Private key saved to your computer and the private key should begin downloading. Click Close on the dialog.

       <img src="https://mintcdn.com/appinion/hwUcwD-M3sfLdI6e/images/step8.b60bc0574490373025bd.png?fit=max&auto=format&n=hwUcwD-M3sfLdI6e&q=85&s=b5d72399f219c18b83e0a44b7fe41e2d" alt="Step8 B60bc0574490373025bd" width="3020" height="644" data-path="images/step8.b60bc0574490373025bd.png" />
  6. Return to the Service Account main page and copy the user email address for the service account.

       <img src="https://mintcdn.com/appinion/osObMnY-3CK0eQtQ/images/servive_account_copy.87b54e9336c1ae6a5730-2.png?fit=max&auto=format&n=osObMnY-3CK0eQtQ&q=85&s=605134b25bbabcae75d32a4cad1704ac" alt="Servive Account Copy 87b54e9336c1ae6a5730 2" width="400" height="149" data-path="images/servive_account_copy.87b54e9336c1ae6a5730-2.png" />
</Card>
