gpt4 book ai didi

android - Google Drive Api 已弃用(Google 玩游戏 -> 保存的游戏)

转载 作者:行者123 更新时间:2023-12-02 12:21:29 25 4
gpt4 key购买 nike

我收到一封电子邮件,称从 12 月 9 日起,所有使用 Google Drive API 的方法都将被弃用。

阅读已保存游戏 ( https://developers.google.com/games/services/android/savedgames ) 的文档,他们使用 Google Drive API

Google Play 游戏也会被弃用吗?怎么解决?

谢谢。

我的Build.gradle

android {
compileSdkVersion 26
defaultConfig {
applicationId "xxxxxx"
minSdkVersion 15
targetSdkVersion 26
versionCode 29
versionName "29"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

implementation 'com.google.android.gms:play-services-auth:16.0.1'
implementation 'com.google.android.gms:play-services-games:16.0.0'
implementation 'com.google.android.gms:play-services-ads:17.1.2'

implementation 'com.android.billingclient:billing:1.1'
}

最佳答案

Google 云端硬盘 Android API 弃用

Drive Android API 已于 2018 年 12 月 6 日起弃用,并将于 2019 年 12 月 6 日关闭。

此 API 已弃用。客户端必须迁移到云端硬盘 REST API或其他合适的解决方案以避免干扰您的应用程序。

2019 年 10 月 21 日 Drive Android API 已从 Google Play Services SDK 发行版中删除。在删除 Drive Android API 依赖项之前,应用程序将无法构建,但现有构建将不受影响。 Drive Android API 公共(public)文档将不再可用。

阅读更多内容 https://developers.google.com/drive/android/deprecation

关于android - Google Drive Api 已弃用(Google 玩游戏 -> 保存的游戏),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54294787/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com