Top

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

Commentaires

1 commentaire

  • 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
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.

  • Demandez à la Communauté

    Vous avez besoin d'aide? Posez vos questions à la Communauté et obtenez des réponses d'autres utilisateurs Rainbow.

    Poster un message