google-api-java-client
How to retrieve favorite videos with google api java client library?
I\'m trying to retrieve the favorite videos of a youtube user with google api java client library. It\'s just a tweak of the youtube-json-sample. What I basically want to do is to print a list of the[详细]
2023-04-11 10:04 分类:问答Google-API Calendar Feed for Java
I\'m currently using the new Google API 1.5 beta, and I can\'t find any examples for retrieving a calendar feed. The examples posted here only seem to provide a list of calendars per account and not t[详细]
2023-04-10 07:55 分类:问答400 Bad Request when updating DueDate or creating new task with DueDate
I am trying to update dueDate for task: Task updatedTask = service.tasks.get(gTask.getTaskListGuid(), gTask.getGuid()).execute();[详细]
2023-04-09 06:32 分类:问答Fixing dependency for Google API task-android-sample
I\'m trying to compile and run the task-android-sample code from Google\'s API website.I couldn\'t get it to work with Maven so I ended up downloading all the jar files.Below are the steps I did:[详细]
2023-04-06 02:32 分类:问答uploading video on youtube using youtube java client library api
Following is the error: Sorry, your upload was invalid: <?xml version=\'1.0\' encoding=\'UTF-8\'?>[详细]
2023-04-05 11:36 分类:问答Setting up Google-api-java-client developing environment
I am trying the official example calendar-v2-atom-android. I have already import all dependency by using maven and it compile successfully. However, in run time , no class de开发者_运维知识库f found e[详细]
2023-04-02 15:46 分类:问答Can I use google-api-java-client library for oauth2 authorization in facebook or other services that support oauth2 standard?
In this Gooogle IO 11 pre开发者_高级运维sentation - http://code.google.com/p/google-api-java-client/wiki/Android speaker has mentioned that new google-api-java-client could be used to anyrest json api[详细]
2023-04-01 12:12 分类:问答how to import com.google.api.client libraries?
This question might be asked before but I couldn\'t solve my problem with those explananations. I want to start using google apis in my Eclipse IDE. I\'ve downloaded a sample from google codes. (la开发[详细]
2023-03-29 09:30 分类:问答Best way to use Google APIs using OAuth 2.0 on Android
I\'m trying to migrate an Android application using OAuth 1.0a to OAuth 2.0. (using the Google API Client Library for Java/Android for my OAuth 2.0 needs).[详细]
2023-03-26 14:07 分类:问答Use google-api-java-client for non-Google API purposes
I used to do all XML with XStream, but now due to deprecation I\'m forced to switch to JSON for two APIs, one of which is a Google API. Since there\'s this google-api-java-client that should work well[详细]
2023-03-25 10:21 分类:问答