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: docs/google-drive-setup.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ To set up Google Drive for use with the Google Drive API, follow these steps. Th
11
11
- In the top left corner, you should see the name of your project, or click on `Select a project` and select the project you just created.
12
12
13
13
3.**Enable Google Drive API**:
14
-
- In the left menu, click on `APIs & Services` and then `Dashboard`.
14
+
- In the left menu, click on `APIs & Services`.
15
15
- Click on `Enable APIs and Services`.
16
16
- Search for `Google Drive API`, click on it, and then click `Enable`.
17
17
18
18
4.**Create a Service Account**:
19
19
- On the left side of the screen, click on `Credentials`.
20
-
- Click on `Manage service accounts` and then `Create Service Account`.
20
+
- Click on `Create credentials` and then on `Service account`.
21
21
- Specify the name, account ID, and description, and click `Done`.
22
-
- Click on the created credentials, select the `Keys` page, and then create a new key using `Add Key`.
22
+
- Click on the created credentials, select the `Keys` page, and then create a new key using `Add Key` and then `Create new key`.
23
23
- In the following dialog, select `JSON` and click `Create`. The key will be downloaded to your computer (store it safely, as it cannot be redownloaded). In case of a lost key, you can delete it and create a new one.
24
24
25
25
The downloaded JSON file contains all the necessary information to authenticate with the Google Drive API. Provide this file to the media sync tool as the path to the file:
This creates a `folder` in Google Drive under the `Service account`, accessible only by this specific user. To make it available to other users, use the `share_with` setting. The folder will be shared with all the email addresses specified in the list (the emails need to be Google Emails - business or free). Every user will have the same access rights as the user who created the folder and can create and delete files in the folder. For users with whom the folder is shared, it will be listed in their Google Drive under the `Shared with me` section.
47
+
This creates a `folder` in Google Drive under the `Service account`, accessible only by this specific user. To make it available to other users, use the `share_with` setting. The folder will be shared with all the email addresses specified in the list (the emails need to be Google Emails - business or free). Every user will have the same access rights as the user who created the folder and can create and delete files in the folder. For users with whom the folder is shared, it will be listed in their Google Drive under the `Shared with me` section.
0 commit comments