我尝试使用代码
将图片上传到Google文档我设置了access_token和access_token_secret
$ uri ='https://docs.google.com/feeds/documents/private/full?ocr=true'; $ newDocumentEntry = $ client-> uploadFile($ fileLocation,$ fileName,$ mimeType,$ uri); 但我收到例外
“此请求版本不支持字段ocr”
没有“?ocr = true” 上传是正确的
有没有办法用ocr上传图片?
答案 0 :(得分:-1)
OCR仅适用于API的第3版。你有没有试过POST到... / full?v = 3& ocr = true?
http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#Versioning