API V2 中不推荐使用 DbxRequestConfig?
DbxRequestConfig is deprecated in API V2?
项目详情:
version = android studio 3.0 dropbox api v2 = dropbox-core-sdk-2.0.6
and dropbox-core-sdk-3.0.5 (I tried both). compileSdkVersion = 26
buildToolsVersion = '26.0.2'
DbxRequestConfig config = new DbxRequestConfig("MyApp/1.0", "en_US");
图像显示了已弃用的 DbxRequestConfig 调用
它在 Dropbox jar 文件中。
根据文档,the DbxRequestConfig(String clientIdentifier, String userLocale)
constructor is deprecated, in favor of using DbxRequestConfig.newBuilder
。
项目详情:
version = android studio 3.0 dropbox api v2 = dropbox-core-sdk-2.0.6 and dropbox-core-sdk-3.0.5 (I tried both). compileSdkVersion = 26 buildToolsVersion = '26.0.2'
DbxRequestConfig config = new DbxRequestConfig("MyApp/1.0", "en_US");
图像显示了已弃用的 DbxRequestConfig 调用
它在 Dropbox jar 文件中。
根据文档,the DbxRequestConfig(String clientIdentifier, String userLocale)
constructor is deprecated, in favor of using DbxRequestConfig.newBuilder
。