Bao Jun

Results 3 comments of Bao Jun

目前无法重现该问题,能否提供设备型号和‘切换’操作更具体的描述

com.dropbox.core:dropbox-core-sdk:5.4.4 Phone: Infinix Smart 4 Plus,Infinix HOT 10S startOAuth2PKCE

` val requestConfig = DbxRequestConfig(ClientIdentifier) val scopes = listOf( "account_info.read", "files.content.write", "files.content.read", "files.metadata.write", "files.metadata.read" ) Auth.startOAuth2PKCE(context, ApiKey, requestConfig, scopes) ` I did not change the SDK. I am also unable...