SunbirdEd-mobile-app: Import Content functionality not working. #703
Replies: 2 comments 6 replies
-
@swayangjit the filepath we are getting for import is: file:///storage/emulated/0/Download/prshnottrii_1700289400353_do_3139280384301137921472_2 1.ecar' With this we are getting IMPORT FAILED Error Could you please check the file path if it is in correct format. Please Help |
Beta Was this translation helpful? Give feedback.
-
@swayangjit while investigating this issue, we observe that if the ecar file is downloded from the same device, import content functionality works. But if we receive ecar file externally (whatsapp, bluetooth share, drive share), IMPORT FAILED issue comes. I just want to know if this expected behaviour ?? Also FYI, the filepath we are getting while debugging is like this- file:///storage/emulated/0/Download/prshnottrii_1700289400353_do_3139280384301137921472_2 1.ecar |
Beta Was this translation helpful? Give feedback.
-
Import content functionality from side-menu is not working, while selecting .ecar file from local storage it comes back to app and nothing happens.
Steps to replicate:
1.Open sunbird mobile app, click on side-menu.
2.Then click on Import Content Option.
3.find .ecar file in device local storage and select it.
4.then It comes back to app and nothing happens.
Note: FYI, After selecting .ecar file when it comes back to app the following code is getting executed. In the below code resolve(actionsTobeDone) giving empty array "[]"
cc: @swayangjit
Beta Was this translation helpful? Give feedback.
All reactions