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
2
votes
1 answer

Video recorded from EAGLView is flipped when uploaded to youtube

In my ios app, I am trying to record video of the content of EAGLView(There is no Camera involvement). I have no problem recording the video. After recording I have to add few sound tracks to the video and then have to share this video to Youtube…
2
votes
2 answers

Linker errors while integrating Google APIs Objective-C Client Library

I am trying to integrate Google APIs Objective-C Client Library in my application, I follow the guide given in this link. but now the problem is it is giving me 8 errors. And i am unable to understand where the problem is. Can any one guide me where…
Iqbal Khan
  • 4,587
  • 8
  • 44
  • 83
2
votes
3 answers

Only 82 kb 0f 3 MB is downloading from Google Drive?

Hi I am downloading a media file of 3 MB from Google Drive. The file finish downloading after 82 kb.. it is not downloading completely. I have checked with small file.. but the download size remains constant for any size of file.. that is 82 kb.. I…
NextStep
  • 429
  • 5
  • 20
2
votes
2 answers

listing all files from specified folders in Google Drive through IOS Google Drive SDK

Actually i integrated google drive sdk with my ios app. I can able to retrieve/upload the files in google drive through google drive ios sdk. But the retrieving files list from specified parent folder taking so much time. Here the steps and the…
loganathan
  • 2,056
  • 2
  • 23
  • 34
2
votes
1 answer

Fetch a file from google docs programmatically

I want to let the user access his/her document from the google docs in my application. After this the file will be sent to the web services by converting the file into bytes. I searched about it and found that Gdrive apis are there and tried to…
Ashutosh Bhatt
  • 285
  • 2
  • 4
  • 9
2
votes
1 answer

Google drive integration error in ios6 and Xcode 4.5

Guys I am working on integration google drive, i found a code from google-api-objectivec-client in google sdk samples. I have searched and found that, for resolving these issues you need to add security.framewok and SystemCofiguration.framework , I…
Jaspreet Singh
  • 1,180
  • 2
  • 12
  • 30
2
votes
1 answer

iOS Google Drive sdk Integration & Permission

Actually i followed this link google drive sdk for develoeprs And i configured all things what they mentioned in the above link. But the problem i am facing was the sample app DrEdit was not listing the text files on ios simulator after logged in…
loganathan
  • 2,056
  • 2
  • 23
  • 34
2
votes
1 answer

NextPageToken and File List queries

I'm using the GoogleDrive Objective-C SDK, and I'm running into an issue. I want to build up a path -> ID mapping structure, so I ask Drive for a list of all of a users files. Normally this works fine. But, in cases where users have very large…
1
vote
1 answer

Concurrent task execution in ios swift

I've an array it contains Ids of the message. By passing those ids to a method i can able to fetch messages/emails from google server by using Batch request. It works fine for hundreds of ids passing but the problem is when there is thousands of Ids…
user9364391
1
vote
1 answer

Error Importing the Google Drive SDK using the Google API Objective-C Client in Xcode 6.1

I am having the following errors while importing the Google Drive SDK along with the Google Objective-C client API. I'm using Xcode 6.1 with iOS 8.1 with Swift as my primary language. I've followed all the steps from the Google Drive SDK page and…
1
vote
1 answer

Retrieving a youtube playlist without asking the user for login

is it possible to retrieve a public youtube playlist with the google-api-objectivec-client without asking the user to login in order to perform the OAuth 2.0 authentication? I'm working on an app which should retrieve a playlist from youtube and…
DAN
  • 919
  • 1
  • 6
  • 23
1
vote
1 answer

Fetch only MyContacts from gmail account in iOS

I am trying to fetch gmail & yahoo contacts in my iPhone application. For Gmail I have used GTMOauth2.0. I can see all contacts but when I want only contacts from MyContacts group. I have used following code to get…
1
vote
1 answer

Setting up YouTube access within app, stuck on retrieving url response

I can't find any answers or similar questions to my YouTube API puzzle and hoping someone can help. My iOS app, which makes a video within it, needs to connect to a user's YouTube account so they can upload the video for others to see etc. I've…
Jim Tierney
  • 4,078
  • 3
  • 27
  • 48
1
vote
1 answer

Crash with Google's Objective-c SDK

I've been stuck with this problem for many days now. I'm using google's objective-C SDK for getting user's name and email to login into my app. I added the project and the classes to my project (because it didn't compile) and when testing everything…
1
vote
3 answers

How to set the modifiedDate on a google drive file in iOS AND prevent duplicate file names

I found the way in iOS (not obvious to me) to insert a file into a google drive folder using the standard queryForFilesInsertWithObject with uploadParameters and setting the folder id in a GTLDriveParentReference object, adding that object to an…
KenM
  • 623
  • 2
  • 8
  • 14