2.[Create a new project](https://console.cloud.google.com/projectcreate) and
give it a name.
3.[Enable Google Drive API](https://console.cloud.google.com/marketplace/product/google/drive.googleapis.com)
for your project.
4.[Create a service account](https://console.cloud.google.com/iam-admin/serviceaccounts/create)
for your project and just give it a name (copy its email and keep it in a notepad before clicking "OK").
5. Click on the newly created account inside the list, click on "Keys" tab,
then on "Add key" button and "Create key". Check that "JSON" is selected and click "OK".
6. Your key should have been downloaded. Rename it to "service_account.json".
7. Copy the key inside the root folder of the project (archi-back).
8. Create a new folder into [Google Drive](https://drive.google.com).
9. Share this folder with the email of your service account (step 4, you can also find it [here](https://console.cloud.google.com/iam-admin/serviceaccounts)).
10. Report the identifier of your Google Drive folder in `.env` file after `drive_folder_id=`.
11. Your back-end should now be linked to your Google Drive account.