hello; greetings to all; I am trying to upload an image to a Buckets, but it asks me for an absolute path of the image, but I have the image in drawable folder, how can I achieve that? KOTLIN
TL;DR
Developers are struggling to upload images to Buckets because it asks for an absolute path, but the images are in the drawable folder. The solution is to use the URI for the image from the drawable folder to achieve the upload in Kotlin.