Skip to content

Unable to upload file to firebase storage #96

Closed Answered by mobizt
monusuthar asked this question in Q&A
Discussion options

You must be logged in to vote

Filesystem is not a part of library, and you should define and initialize it in your code before use.

You should try with download example first for testing your filesystem.

The example is for demonstration how it works and what are required.

You have to define FileConfig object globally for your file which takes the filename and file callback in the constructor.

FileConfig media_file("/media.mp4", fileCallback);

The file callback function is the function that provided the reference to the file object (which internally defined in the FileConfig), file name and mode.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@monusuthar
Comment options

@mobizt
Comment options

@mobizt
Comment options

@mobizt
Comment options

Answer selected by mobizt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants