I am trying to use Google Cloud Storage with my iOS app, and after many hours of headaches and scrolling, I was finally able to add the GTL library to my project. I don’t understand why they couldn’t just do it “Google.framework” or something else, I really had to download a sample project and rip out the files. I added the Google Storage service to the Objective-C application, but I cannot find documentation on how to use it to upload files to my cloud storage. The only documentation I found for Objective-C was this , and it shows only a very limited number of examples, and a lot of information is missing.
As I said, I'm trying to upload files to my Google cloud storage, but the only mention of “Uploading files” in this “documentation” uses GTLDriveFile from the API using Google Drive, and I'm not using it. I need something similar for Google Cloud Storage, but there is simply no documentation there. I could be incredibly tired, and my error handling skills are tired, but I can’t get to know nothing about downloading files from an iOS application to your Google Cloud Storage account in my life. Is anyone really lucky with this? I can’t even get a lot from GTLStorage.h and the rest of the files. I did not find any good comments in the files at all. I have not read them all, but I really do not feel that I should.
source share