Android 应用授权访问GooleDrive

Refer:https://developers.google.com/drive/auth/android

  1. Go to the Google Cloud Console.
  2. Select a project, or create a new one.
  3. In the sidebar on the left, select APIs & auth. In the displayed list of APIs, make sure the Drive API status is set to ON.
  4. In the sidebar on the left, select Registered apps.
  5. At the top of the page, select Register App.
  6. Type a name for the application and select Android.
  7. Choose Accessing APIs directly from Android.
  8. In the Package name field, enter your Android's app's package name (open  AndroidManifest.xml , see [package] ).
  9. Copy the SHA1 fingerprint, which is highlighted in the example above.

image

Paste the SHA1 fingerprint into the certificate fingerprint field in the Cloud Console.

Click Register.

image

原文地址:https://www.cnblogs.com/xiaokang088/p/3476935.html