Questions tagged [google-api-objc-client]

The Google Data APIs Objective-C Client Library provides an iPhone static library, a Mac OS X framework, and source code that make it easy to access data through Google Data APIs.

The Google Data APIs Objective-C Client Library provides an iPhone static library, a Mac OS X framework, and source code that make it easy to access data through Google Data APIs.

The library is available at https://code.google.com/p/google-api-objectivec-client/

50 questions
1
vote
1 answer

Google APIs Client Library doesn't compile for iOS 4.3

I'm integrating Google Drive API with my iOS drive following the steps on https://developers.google.com/drive/quickstart-ios It works on iOS>=5.0. But if I change the target of the GTL project to 4.3, it fails with the…
Wenbo
  • 1,082
  • 2
  • 10
  • 15
0
votes
0 answers

How can I properly create / initiate a GTLRSheets_ValueRange update of Google Sheets?

I'm trying to update a cell in a Google Sheets spreadsheet..... superRange in this case is A328:A and I'm getting the message 2018-05-10 11:53:16.434032-0700 LAADyeApp[3252:1832239] Error: Invalid JSON payload received. Unknown name "a328:_a" at…
0
votes
0 answers

GTLServiceCalendar change listener

I'm using GTLServiceCalendar for fetching the event from a specific calendar. I mention code below - (void)fetchEventsFromCalendarId:(NSString *)calendarId { GTLQueryCalendar *query = [GTLQueryCalendar…
0
votes
1 answer

Google Drive API for Objective-C return some file not all

I'm implementing Google Drive Api for my mac application using Google API Client for REST Library below, - (void)fetchFileList { _fileList = nil; _fileListFetchError = nil; GTLRDriveService *service = self.service; GTLRDriveQuery_FilesList…
0
votes
0 answers

maxResult is not working when doing a tasks.tasklists.list

First of all the documentation is wrong. It says that the default value for MaxResult is 100, but if I do a query ( on my account with 31 lists) on the Tasks API explorer without setting the MaxResult parameter, I always get 20 items back with a…
onthemoon
  • 3,302
  • 3
  • 17
  • 24
0
votes
0 answers

feedback feature in ios using google spreadsheet

I want to implement the user feedback feature in ios application. I am thinking of integrating the google ios api in the ios app. I want to add the user feedback in the developers google spreadsheet. Any user who writes feedback and sends…
Ganesh
  • 101
  • 1
  • 11
0
votes
1 answer

How to extend permission scope GTMOAuth2ViewControllerTouch

I have an application which is using GTMOAuth2ViewControllerTouch to do the login. Initially the scope was just using https://www.googleapis.com/auth/userinfo.email, so the user is already logged in with this permission. I want to ask for new…
jdev
  • 569
  • 5
  • 25
0
votes
1 answer

Google Calendar Resources iOS SDK

I´m using the google-api-objectivec-client for iOS to get the list of Calendars. While I can see the calendars for resources (like rooms, etc..), I see other kind of calendars, such as the personal calendar of the user, or the "National holidays"…
0
votes
1 answer

Google OAuth for iOS

I'm developing an iOS app, where I would like to have both Facebook and Google OAuth as login. I'm working on Facebook OAuth, but I don't have any idea about the Google OAuth. Any help on this would be very helpful.
jeff
  • 157
  • 1
  • 2
  • 8
0
votes
1 answer

Google Drive API (GTL) - Create multiple folder paths in order?

I'm using the Google APIs Client Library for Objective-C (GTL) to access the Google Drive API. According to it's Introduction to the Google APIs Client Library for Objective-C, Query execution by the service is inherently asynchronous. Which…
Cai
  • 3,609
  • 2
  • 19
  • 39
0
votes
1 answer

ios drive sdk | How do I check each ticket, then cancel it? e.g. if it has tag = 1, I need to cancel it

How do I check each ticket, then cancel it? e.g. if it has tag = 1, I need to cancel it. Does the google API have a list of tickets under drive service? And how do I add a tag or similar property without changing the ticket class?
Ted
  • 22,696
  • 11
  • 95
  • 109
0
votes
1 answer

batchquery in google drive sdk using objective c

How to create a batchquery in google drive sdk using objective c? I have already created single queries, and I wonder how to get responses from batchquery as well. Thanks!
Ted
  • 22,696
  • 11
  • 95
  • 109
0
votes
2 answers

iOS Gmail API: Timeout interval and RPC vs RESTful implementation

The Gmail iOS API under the hood appears to be creating 'POST' requested with a payload that specifies an action. So for example if I want to get a single message by ID, I would expect (at least since the documentation on the API specifies it) that…
yellowandy
  • 89
  • 1
  • 1
  • 7
0
votes
1 answer

Parsing issue in API's for Picasa in iOS

I am working with an iOS application in which I authenticate the user. While authentication process when I get GDataFeedPhotoAlbum , I did not get the nickname and the results says it is unparsed. Below is the output on my log. -…
Roshi
  • 41
  • 7
0
votes
2 answers

Is it possible to develop google glass apps using objective c?

I have gone through a deep research on developing google glass apps using objective c ,but I have found that we should only use Java/Python/PHP to develop google glass apps. Since I am an objective c developer I am looking for some static library or…
Ravi Kiran
  • 691
  • 3
  • 9
  • 22