Greetings ,
I am using swift version of dropbox api . I call files/list_folder to get details about the files i saved. But api returns a Files.Metadata object which dosenot have the server_modified details. Is there a way to get this details ?
To access FileMetadata.serverModified, you need to first cast Metadata to FileMetadata. There's an example of doing so here:
https://github.com/dropbox/SwiftyDropbox#response-handling-edge-cases