Skip to content

File not found in App Internal storage #6

Description

@him2016

Does this library downloads the file too into the device's internal storage or just shows the file from the network because when I try to open the file using intent it gives error- ERR_FILE_NOT_FOUND.

Below is the code:
`FileLoader.with(mcontext)
.load(message)
.fromDirectory(PRMConstant.FILES_DIRECTORY_NAME, FileLoader.DIR_INTERNAL)
.asFile(new FileRequestListener() {
@OverRide
public void onLoad(FileLoadRequest fileLoadRequest, FileResponse fileResponse) {
....
}

                            @Override
                            public void onError(FileLoadRequest fileLoadRequest, Throwable throwable) {
                            }
                        });`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions