diff --git a/admin_manual/configuration/custom_mount_config_gui_google_drive.rst b/admin_manual/configuration/custom_mount_config_gui_google_drive.rst index 39487eb5f..a0c470d26 100644 --- a/admin_manual/configuration/custom_mount_config_gui_google_drive.rst +++ b/admin_manual/configuration/custom_mount_config_gui_google_drive.rst @@ -1,19 +1,23 @@ +Custom Mount Configuration Web-GUI - Mounting a Google Drive +============================================================ + + Follow these steps to mount a Google Drive. 1. All applications that access a Google API must be registered through the "Google Cloud Console" which can be accessed using the following URL: https://cloud.google.com/console 2. Enter your Google login credentials and press the `Sign in`-button. -![20131102_oc_add_google_drive-1](https://f.cloud.github.com/assets/2572764/1459385/720f9cea-43d3-11e3-9c43-d4db6d0e9c54.png) +.. figure:: ../images/custom_mount_config_gui_add_google_drive-1.png 3. Enter your verification code which has been sett to you by SMS and press the `Verify`-button. -![20131102_oc_add_google_drive-2](https://f.cloud.github.com/assets/2572764/1459390/a9799802-43d3-11e3-815a-dec9be5ef9a1.png) +.. figure:: ../images/custom_mount_config_gui_add_google_drive-2.png 4. Create a project, e.g. "ownCloud-Project" -![20131102_oc_add_google_drive-3](https://f.cloud.github.com/assets/2572764/1459394/e356fff6-43d3-11e3-9f67-71ef6316ae74.png) +.. figure:: ../images/custom_mount_config_gui_add_google_drive-3.png 5. Select the project and choose the *APIs & auth* menu entry. 6. Make sure that the "Drive API" / "Drive SDK" status is set to "ON" in the APIs menu. -![20131102_oc_add_google_drive-4](https://f.cloud.github.com/assets/2572764/1459406/a64e7c82-43d4-11e3-80f5-0e9c7ab2e647.png) +.. figure:: ../images/custom_mount_config_gui_add_google_drive-4.png 7. Click on the `gear-wheel`-button behind "Drive API" or "Drive SDK" and choose the "API access" menu entry. 8. Click on the `Create another client ID...`-button and fill in the branding information. @@ -28,10 +32,10 @@ Follow these steps to mount a Google Drive. 12. Login into ownCloud using the previously entered Internet domain. 12. Click on the `Add storage`-button in the ownCloud Admin settings dialog to add a Google Drive 13. Enter the *folder name* which should be used to access the share, e.g. "GDrive", enter the Google OAuth 2.0 *client id* and *client secret* and choose the *user or group* who should be allowed to access the Google Drive (Applicable). -![20131102_oc_add_google_drive-5](https://f.cloud.github.com/assets/2572764/1459438/a21f3dec-43d7-11e3-9cff-7d34576f3626.png) +.. figure:: ../images/custom_mount_config_gui_add_google_drive-5.png 14. Now press the `Grant Access`-button and you will finally be redirected to a Google website. 15. Click on the `Accept`-button to confirm that you accept the Google data usage and data security policy. -![20131102_oc_add_google_drive-6](https://f.cloud.github.com/assets/2572764/1459449/34c75a48-43d9-11e3-91f2-a2aa88a11347.png) +.. figure:: ../images/custom_mount_config_gui_add_google_drive-6.png diff --git a/admin_manual/images/custom_mount_config_gui_add_google_drive-1.png b/admin_manual/images/custom_mount_config_gui_add_google_drive-1.png new file mode 100644 index 000000000..43db0e13e Binary files /dev/null and b/admin_manual/images/custom_mount_config_gui_add_google_drive-1.png differ diff --git a/admin_manual/images/custom_mount_config_gui_add_google_drive-2.png b/admin_manual/images/custom_mount_config_gui_add_google_drive-2.png new file mode 100644 index 000000000..e055bc04c Binary files /dev/null and b/admin_manual/images/custom_mount_config_gui_add_google_drive-2.png differ diff --git a/admin_manual/images/custom_mount_config_gui_add_google_drive-3.png b/admin_manual/images/custom_mount_config_gui_add_google_drive-3.png new file mode 100644 index 000000000..5c4d660f7 Binary files /dev/null and b/admin_manual/images/custom_mount_config_gui_add_google_drive-3.png differ diff --git a/admin_manual/images/custom_mount_config_gui_add_google_drive-4.png b/admin_manual/images/custom_mount_config_gui_add_google_drive-4.png new file mode 100644 index 000000000..5d695e340 Binary files /dev/null and b/admin_manual/images/custom_mount_config_gui_add_google_drive-4.png differ diff --git a/admin_manual/images/custom_mount_config_gui_add_google_drive-5.png b/admin_manual/images/custom_mount_config_gui_add_google_drive-5.png new file mode 100644 index 000000000..35b4ce4ab Binary files /dev/null and b/admin_manual/images/custom_mount_config_gui_add_google_drive-5.png differ diff --git a/admin_manual/images/custom_mount_config_gui_add_google_drive-6.png b/admin_manual/images/custom_mount_config_gui_add_google_drive-6.png new file mode 100644 index 000000000..450474a80 Binary files /dev/null and b/admin_manual/images/custom_mount_config_gui_add_google_drive-6.png differ