I have been trying to upload images to the new firebase storage service . It is throwing StorageException
E/StorageException: StorageException has occ
```private StorageReference mStorage;
final StorageReference filepath = mStorage.child("log_images");
Task downloadurl = filepath.getDownloadUrl();```
check the above and last make sure the yourlatest for latest version google search (android and firebase) 'com.google.firebase:firebase-storage:19.1.1'