将图片上传到 Google 驱动器,但无法访问 Google Play 控制台
Upload images to Google Drive without access to Google Play Console
是否有另一种方法来实现 Google 驱动器 API 而不是使用 keytool 获取密钥库 sha1 并将其插入 Play 控制台凭据页面?我将在 Play 商店外使用 APK。
根据文档,making a Drive-enabled Android application的整体流程如下:
- Install the Android SDK.
- Download and configure the Google Play services SDK, which includes the Google Drive Android API.
- Register your application. To do this, you need to register a project in the Google API Console and get a signing certificate for
your app.
- Add the required settings to your application's manifest.
- Add Drive services to your application. The easiest way to begin is by creating a file.
除了上述步骤之外,没有其他方法可以实现 Google Drive Android API。从第 3 步开始,您必须使用 API 控制台和 运行 KeyTool 实用程序 注册您的应用程序,以获得数字签名的 SHA1
指纹 .apk
文件的 public 证书。然后将 SHA1
粘贴到 API 控制台中的凭据页面。
是否有另一种方法来实现 Google 驱动器 API 而不是使用 keytool 获取密钥库 sha1 并将其插入 Play 控制台凭据页面?我将在 Play 商店外使用 APK。
根据文档,making a Drive-enabled Android application的整体流程如下:
- Install the Android SDK.
- Download and configure the Google Play services SDK, which includes the Google Drive Android API.
- Register your application. To do this, you need to register a project in the Google API Console and get a signing certificate for your app.
- Add the required settings to your application's manifest.
- Add Drive services to your application. The easiest way to begin is by creating a file.
除了上述步骤之外,没有其他方法可以实现 Google Drive Android API。从第 3 步开始,您必须使用 API 控制台和 运行 KeyTool 实用程序 注册您的应用程序,以获得数字签名的 SHA1
指纹 .apk
文件的 public 证书。然后将 SHA1
粘贴到 API 控制台中的凭据页面。