This repository was archived by the owner on Jan 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ an overview of the migration steps.
16
16
17
17
1 . Install the [ Android SDK] ( https://developer.android.com/sdk/index.html ) .
18
18
1 . Download and configure the
19
- [ Google Play services SDK] ( https://developer.android.com/google/play-services/setup.html ) ,
20
- which includes the Google Drive Android API.
19
+ [ Google Play services SDK] ( https://developer.android.com/google/play-services/setup.html ) .
21
20
1 . Create a
22
21
[ Google API Console] ( https://console.developers.google.com/projectselector/apis/dashboard )
23
22
project and enable the Drive API library.
24
23
1 . Register an OAuth 2.0 client for the package
25
24
` com.google.android.gms.drive.sample.driveapimigration ` with your own
26
25
[ debug keys] ( https://developers.google.com/drive/android/auth ) .
27
- 1 . Add the ` ../auth/drive.file ` scope to the OAuth consent screen.
26
+ 1 . Add the ` ../auth/drive.file ` scope to the OAuth consent screen in the API
27
+ Console.
28
28
29
29
See full instructions in the
30
30
[ Getting Started guide] ( https://developers.google.com/drive/android/get-started ) .
You can’t perform that action at this time.
0 commit comments