I am using Google Play Services SDK.
And tried the Demos from developer site.
Is there a way to get(download) all the files from a specific folder?
Any pointer will be of great help. The whole sample code doesn't seem to be complete.
I am using Google Play Services SDK.
And tried the Demos from developer site.
Is there a way to get(download) all the files from a specific folder?
Any pointer will be of great help. The whole sample code doesn't seem to be complete.
Here is the 'await' version of a method that does something similar (must be run on non-ui thread).
Hope it helps, there is a bunch of code on the same theme on Github here, but I haven't touched it for awhile now (i.e. no warranties).