Skip to content

Commit 2162fdb

Browse files
committed
Change instructions to use iOS for the application type. Desktop app types do no longer allow for redirect URIs using the reverse DNS client id.
1 parent cf2a18a commit 2162fdb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tutorials/custom_oauth_client_id.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Workaround to register your own Custom OAuth 2.0 Client ID for [Google Cloud Sto
7878
:width: 800px
7979
:::
8080

81-
10. Select _Desktop app_ for _Application type_ and enter any _Name_. Select _Create_ to continue.
81+
10. Select _iOS_ for _Application type_ and enter any _Name_. Select _Create_ to continue.
8282

8383
:::{image} _images/Application_Type_Client_ID.png
8484
:alt: Application Type for Credentials
@@ -97,7 +97,7 @@ Workaround to register your own Custom OAuth 2.0 Client ID for [Google Cloud Sto
9797
- {download}`Google Drive Custom OAuth Client ID.cyberduckprofile<../protocols/profiles/_static/Google Drive Custom OAuth Client ID.cyberduckprofile>`
9898
- {download}`Google Storage Custom OAuth Client ID.cyberduckprofile<../protocols/profiles/_static/Google Storage Custom OAuth Client ID.cyberduckprofile>`
9999

100-
2. Use the _OAuth Client ID_ created to edit the `OAuth Client ID`, `OAuth Redirect Url`, and optionally the `OAuth Client Secret` in the template connection profile, leaving other keys unchanged.
100+
2. Use the _OAuth Client ID_ created to edit the `OAuth Client ID` and `OAuth Redirect Url` in the template connection profile, leaving other keys unchanged.
101101

102102
:::::{tabs}
103103
::::{tab} Configuration
@@ -111,8 +111,6 @@ Workaround to register your own Custom OAuth 2.0 Client ID for [Google Cloud Sto
111111
<string>com.googleusercontent.apps.NUMBER-ID:oauth</string>
112112
<key>OAuth Client ID</key>
113113
<string>NUMBER-ID.apps.googleusercontent.com</string>
114-
<key>OAuth Client Secret</key>
115-
<string>Client secret</string>
116114
</dict>
117115
</plist>
118116
```
@@ -149,8 +147,6 @@ Workaround to register your own Custom OAuth 2.0 Client ID for [Google Cloud Sto
149147
<string>com.googleusercontent.apps.293168482058-dvjk8lh6u6n43kio156uerkqcgjl2i5k:oauth</string>
150148
<key>OAuth Client ID</key>
151149
<string>293168482058-dvjk8lh6u6n43kio156uerkqcgjl2i5k.apps.googleusercontent.com</string>
152-
<key>OAuth Client Secret</key>
153-
<string>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</string>
154150
</dict>
155151
</plist>
156152
```

0 commit comments

Comments
 (0)