Top

[Android SDK] Unable to download file in one to one conversation

Comments

1 comment

  • Jérôme Gully

    Hello Maxime,

     

    Its seems that your app isn't allowed to have storage acces. You must add this permission in your manifest

     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

    like described in the "getting started" section of the documentation. 


    If your device has Android 6 or superior you also need to ask the user to accept this permission at runtime (or just for testing you can go in the parameters/application/your app/autorisations/ and activate the needed permission.

     

    Look at the official Android documentation for more information: Permissions

    0
    Comment actions Permalink

Please sign in to leave a comment.

Still can't find what you need?

  • Contact Us

    Do you have any question about Rainbow? Leave us a message to get more information.

    Contact
  • Ask the Community

    Do you need help? Ask your questions to the Community and get answers from other Rainbow users.

    Post message