Error 1104. Unable put the file

안녕하세요.

웹 컴포너트를 사용하다가 문제가 생겼습니다. (Error 1104)

블록 "파일PUT전송하기"를 실행할 때 다음과 같은 오류가 발생합니다. Error 1104: Unable post or put the file "/mnt/sdcard/Download/XXXX.apk" with the specified URL https://firebasestorage.googleapis.com/v0/b/chat-server-3405.appspot.com/o/Fire_Chat%20(91).apk?alt=media&token=7dee86e3-8672-4005-b5df-37a95e5d4888

"storage/emulated/0/Download....."도 사용해 봤습니다. 그렇지만 계속 저 에러가 발생합니다.
링크는 잘 작동합니다. (apk를 다운로드함)

많은 이 주제를 보았지만 거의 다 "post"와 같은 내용밖에 없었습니다. "put"의 1104 문제는 어떻게 해결합니까?
blocks (7)

참고- 앱 내에서 앱을 최신버전으로 업데이트를 하기 위해 위와같이 시스템을 사용했습니다.

Try here:

https://groups.google.com/d/msg/mitappinventortest/eehcGy4P3D4/ZaSE8OkoCQAJ

or this:

https://ai2.metricrat.co.uk/guides/firebase-storage-with-web-component
(converts file to base64, Firebase converts it to binary)

문제를 다른방법으로 해결했습니다. 두 분의 해결책을 보았지만 똑같은 문제가 발생해 액티비티 "android.intent.action.VIEW"를 사용해 해결했습니다.

두 분의 답글이 없었다면 액티비티를 생각하지 못했을 것입니다. 감사합니다