Hi there!--I struggle for 5 days , and I found no documentation about it ( PATCH ) I wonder how to rename a filename into a Google Drive in Objective CIt should be easy... Does anybody know ?This code gets an error :GTLRDriveService * service = self . driveService ;
NSString * fileID = fileMetadata. identifier ;
if (fileID)
{
GTLRDriveQuery_FilesUpdate * query = [ GTLRDriveQuery_FilesUpdate queryWithObject :fileMetadata fileId :fileID uploadParameters : nil ];
_fileListTicket = [service executeQuery :query
completionHandler :^( GTLRServiceTicket *callbackTicket, id nilObject,
NSError *callbackError) {
}];
}
}
Thanks in advance guys !Julien
You received this message because you are subscribed to the Google Groups "Google APIs Client Library for Objective-C" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-api-objective...@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/google-api-objectivec-client/1976fd2e-8f74-4322-b7f6-f4e2c13be761%40googlegroups.com .