logo
On this page

How to handle Superboard file upload failure?

2021-10-15
Products / Plugins:File sharing / Super Board
Platform / Framework:All

  1. Please troubleshoot the failure reason according to the error code.
  2. Please check if the uploaded file complies with the file specification.
  3. The Android platform SDK version 2.0 does not support the partitioned storage feature introduced in Android Q. If targetSdkVersion is set to 30 or higher, it will cause file upload failure. The solution is as follows:
  • Upgrade the SDK to the latest version (recommended).
  • Set targetSdkVersion <=28 to target Android 9 or lower.
  • Set targetSdkVersion = 29, and add android:requestLegacyExternalStorage="true" in the manifest.

For Android Q storage permission behavior changes, please refer to Storage - Android.

Previous

Why is the font display inconsistent across multiple platforms after some files are transcoded?

Next

How to handle the issue where H5 cannot see the teacher's video in Web large class?

On this page

Back to top