Muhammad Saqib
Muhammad Saqib

Reputation: 991

Google Doc Api for iPhone App

I have found many links for iPhone project which is implementing the google API but not a single one is in running condition has anyone know the link of any tutorial which can successfully download or upload file from google documents

Upvotes: 1

Views: 3126

Answers (1)

user814037
user814037

Reputation:

You can find the Google Docs API over here

The first two sections on that page provide further links to how you can both retrieve and export documents using the API.

You can use any number of third-party libraries such as ASIHttpRequest or AFNetworking to access the API over HTTP, or roll your own using NSURLConnection

Upvotes: 1

Related Questions