google-api-java-client
Google API for Google Docs, requesting a list of documents -- 400 Bad Request
After authentication from google servers for google docs, I do a simple getResponse, but I get a 400 Bad Request. I can\'t understand where am I going wrong. The sample code is, below[详细]
2023-02-16 06:11 分类:问答When using google-api-java-client , I can't get to parse attributes of node elements. Can anyone tell me how to use it?
On google-api-java-client exists an annotation @Key that it\'s used for parsing nodes on an XML. I received an answer from analytics service that contains several nodes that start with \"dxp:property开[详细]
2023-02-11 02:29 分类:问答How to POST request to Google Shortener API with Google API Java Client and parse a JSON response?
I want to use the Google Shortener API. I want to use the google api java client library to post a request and parse the JSON response.[详细]
2023-02-05 02:30 分类:问答How to do a partial update on contacts using Google API Java client?
I\'m using the lightweight Google API Java client to modify contacts. There are a few samples for the API showing how to do partial updates (i.e. via HTTP PATCH), but Google Contacts specifically doe[详细]
2023-02-04 20:47 分类:问答Exception using HttpRequest.execute(): Invalid use of SingleClientConnManager: connection still allocated
I\'m using google-api-client-java 1.2.1-alpha to execute a POST request, and am getting the following stacktrace when I execute() the HttpRequest.[详细]
2023-02-02 12:59 分类:问答want to access google books from android app
I am pretty new to android; I would like to access google books from my android app. Can anyone provide any pointers, sample code开发者_JS百科, or advice on[详细]
2023-01-29 10:49 分类:问答Updating google docs document with google api java client
I have gotten almost a complete API to work, with creating and deleting documents and folders. But I fail at updating documents. It was very easy when using gdata, but since this code has to work on a[详细]
2023-01-25 17:58 分类:问答Help with google-api-java-client
I\'m trying to parse a youtube video feed, and for each video print the list of its thumbnails. I\'ve tried something like that:[详细]
2023-01-25 10:36 分类:问答Java: Get position's price Google Finance API
I need to use google finance api for my application and I must retrieve position\'s price. I have looked for how to do that in the google docs but I have not find it.[详细]
2023-01-24 18:16 分类:问答Autocompletion in android - for youtube search [closed]
开发者_高级运维 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.[详细]
2023-01-20 17:59 分类:问答