From 806647a2532b0acf52c5b1a9b4f135a4c4dada80 Mon Sep 17 00:00:00 2001 From: BIRK Renaud <renaud.birk@imt-atlantique.net> Date: Sun, 9 Mar 2025 11:14:42 +0000 Subject: [PATCH] doc: information about folder sharing Google Drive --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6962981..2451351 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ Follow these steps (as Google Cloud Console is dense, you can click link for eac 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)). +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)) with "Editor" permission level. 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. -- GitLab