mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-11 07:47:41 +07:00
Resolved #9169 - Return error when cannot upload game to Dropbox
This commit is contained in:
parent
e7653bd53d
commit
0d6aa82540
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user