My iOS application currently uses the DropBox API to download and synchronize a big hierarchical structure of files from the server to my device. I was thinking about switching to the Google Drive SDK v2, but i am a bit confused about two aspects:
- my files in the drive should be stored in a hierarchical structure with many folders and subfolders: how easy will it be to download all these files and replicate the same hierarchy in my device? I have seen that the API doesn't work with files paths, how could i handle this? Am i missing something?
- will it work with any kind of file?
Thanks in advance
Riccardo