I have a Google Drive SDK in my application project. and try uploading the image to Google Drive, but I got an error message.
I am making code from here
when i run this code i got below error
Error Domain=com.google.GTLJSONRPCErrorDomain Code=400 "The operation couldn’t be completed. (Invalid Value)" UserInfo=0x276940 {NSLocalizedFailureReason=(Invalid Value), GTLStructuredError=GTLErrorObject 0x2fade0: {message:"Invalid Value" code:400 data:[1]}, error=Invalid Value}
Please give me a suggestion for this. thanks in advance
source
share