mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 17:28:57 +07:00
Resolved #9169 - Return error when cannot upload game to Dropbox
This commit is contained in:
@ -95,7 +95,7 @@ object DropBox: FileStorage {
|
||||
data=data,
|
||||
contentType="application/octet-stream",
|
||||
dropboxApiArg = """{"path":"${getLocalGameLocation(fileName)}","mode":{".tag":"overwrite"}}"""
|
||||
)
|
||||
)!!
|
||||
}
|
||||
|
||||
override fun loadFileData(fileName: String): String {
|
||||
|
Reference in New Issue
Block a user