G Grant Fullen Member Licensed User Longtime User Dec 5, 2017 #1 How can I access this property once a file is uploaded?
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2017 #2 Are you asking for a method similar to B4A GetDownloadUrl ? Upvote 0
G Grant Fullen Member Licensed User Longtime User Dec 6, 2017 #3 After searching on the Android side it turns out that's exactly the one I'm looking for. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2017 #4 Download v1.10: https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.48179/#post-490746 B4X: storage.GetDownloadUrl("/...") Wait For Storage_DownloadUrlAvailable (ServerPath As String, Success As Boolean, Url As String) If Success Then Log(Url) End If Upvote 0
Download v1.10: https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.48179/#post-490746 B4X: storage.GetDownloadUrl("/...") Wait For Storage_DownloadUrlAvailable (ServerPath As String, Success As Boolean, Url As String) If Success Then Log(Url) End If