I am working in an application and trying to adding Google API to use Google drive where user can store/share my application files. I found good tutorial for that Google Drive tutorial I downloaded the sample code worked on it, I downloaded the code yesterday it was working good the files are storing as expected, Today agin I am checking, every time I am getting error meesage. please find the console message
An error occurred: Error Domain=com.google.GTLJSONRPCErrorDomain Code=400 "The operation couldn’t be completed. (Unsupported content with type: application/json-rpc; charset=utf-8)" UserInfo=0x75b11f0 {error=Unsupported content with type: application/json-rpc; charset=utf-8, GTLStructuredError=GTLErrorObject 0x75a3f90: {message:"Unsupported content with type: application/json-rpc; charset=utf-8" code:400 data:[1]}, NSLocalizedFailureReason=(Unsupported content with type: application/json-rpc; charset=utf-8)}
can some one suggest me the alternative to integrate the Google drive in iOS app.
if this is happen with the sample code it self how could be the Google API for iOS reliable to integrate in our apps.
Note: I created the kClientSecret and kClientId also to use DrEdit sample code given by the Google.