Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google cloud storage integration in iPhone App

I'm developing an iPhone Application where I want to integrate google cloud storage so that I can store images. Please anyone can help me or provide me the link of sample. I tried searching but could not find.

Thanks

like image 567
user2185354 Avatar asked May 06 '13 11:05

user2185354


People also ask

Is Google Cloud compatible with iPhone?

You can use Google Drive to back up content on your iPhone and iCloud account. Photos will back up to Google Photos. Contacts will back up to Google Contacts. Calendar will back up to Google Calendar.

What is Google Cloud integration?

Google Cloud's data integration solution is Cloud Data Fusion, a fully managed, cloud-native data integration service that helps users efficiently build and manage ETL/ELT data pipelines.


1 Answers

I recommend using the Google APIs Client Library for Objective-C. It uses the JSON API. You will need to enable the JSON API by visiting the Cloud Console, clicking APIs, and enabling the "Google Cloud Storage JSON API"

like image 86
Brian Dorsey Avatar answered Sep 22 '22 11:09

Brian Dorsey