BuildBee Button onRequestFile - On Demand URLs
Sometimes you dont know the URL until someone clicks. Use the BuildBeeClient to set the URL on demand.
How it works:

This sample fetches a file from the server using a url.- This sample uses the onRequestFile callback.
- In onRequestFile -the file is uploaded using
uploadFromUri()
.