iOS API to list objects : It will list all objects, particular folder objects that we have tried. But there is no option we found yet to get all versions of particular object
JSON API : It says if we attach “versions” = true parameter in https URL of bucket then it will give archived version in response
Tried JSON API in iOS using NSURLSession with “Authorisation” , “key” (as web api key), but every time showing errors “Not Found” Or “Authorisation error”
Is it possible to use google cloud storage JSON API in iOS? If yes then how to give parameters.