Code Monkey home page Code Monkey logo

google-api-java-client's People

Contributors

aiuto avatar anthmgoogle avatar imjasonh avatar ngmiceli-g avatar peleyal avatar rmistry avatar

Watchers

 avatar  avatar

google-api-java-client's Issues

Calendar Sample for Android

Which API (e.g. Google Calendar Data API)?

Google Calendar Data API

Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6 on Windows)?

Android

External references, such as API reference guide?

http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Sep 2010 at 4:29

books-v2-atom-android-sample

Which API and version (e.g. Google Calendar Data API version 2)?
Google Books Search API

What format (e.g. JSON, Atom)?
Atom

What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
Android

Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?
Android 2.2

External references, such as API reference guide?
http://code.google.com/apis/books/docs/viewer/reference.html

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 25 Sep 2010 at 7:25

OAuth 2 draft 10

What is the feature or sample requested?

Update from existing draft 7 to draft 10 of OAuth 2.


Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6 on Windows)?

All.


External references, such as a standards document, or specification?

http://tools.ietf.org/html/draft-ietf-oauth-v2


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 11 Sep 2010 at 1:34

2-legged OAuth sample

We should port the 2-legged OAuth (a.k.a. domain-wide delegation) sample 
written for an older version of this library into this new location:

http://code.google.com/p/gdata-java-client/source/browse/branches/2/sample/googl
eapps/two-legged-oauth-sample/src/com/google/api/data/sample/googleapps/TwoLegge
dOauthSample.java

Original issue reported on code.google.com by [email protected] on 20 Sep 2010 at 8:28

contacts-cmdline-sample

Which API (e.g. Google Calendar Data API)?

Google Contacts Data API

Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6)?

Java 6

External references, such as API reference guide?

http://code.google.com/apis/gdata/docs/2.0/basics.html

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 14 Sep 2010 at 10:03

Resumable media upload

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
It should provide API to upload Video on youtube from Android platform

What version of the product are you using? On what operating system?
Android 2.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 1:59

Android example for Doc List API v3

Which API (e.g. Google Calendar Data API)?
Document List API v3

What format (e.g. JSON, Atom)?
Open to either.  Whatever would work for an installed Android app.

What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
Android

Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?
Android 2.1+

External references, such as API reference guide?
Using Eclipse ADT Plugin for Android 
(http://developer.android.com/guide/developing/eclipse-adt.html)

Please provide any additional information below.
Since this is the version that supports Android, I would love to see an Android 
example using the Doc List API.  In fact, I don't see any examples using the 
Google API CL for Java in an Android setting.  Since, ADT is one of the most 
common Android dev settings, it would be great to see it work in that 
environment.  Thank you very much for your consideration!

Original issue reported on code.google.com by [email protected] on 24 Sep 2010 at 5:01

  • Merged into: #23

Support error parsers

What is the feature or sample requested?

Add support for error parsers directly in the Client Library. Currently, error 
parsers need to be set up like this:

   XmlHttpParser errorParser = new XmlHttpParser();
   errorParser.contentType = "application/vnd.google.gdata.error+xml";
   errorParser.namespaceDictionary = errorNamespaceDictionary;
   transport.addParser(errorParser);

Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6 on Windows)?

All.

External references, such as a standards document, or specification?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Sep 2010 at 4:20

youtube-v2-atom-android-sample

Hi,
Need to get the same output given in 
http://www.javacodegeeks.com/2010/05/getting-started-with-youtube-java-api.html,
 atleast in System.out.println, from an android (1.6 to 2.2 SDK) activity, 
using this api.

Kindly, kindly provide a sample as above.

Regards,
Anees([email protected])

Original issue reported on code.google.com by [email protected] on 23 Sep 2010 at 7:37

AccessControlException thrown when running on Google App Engine

Version of google-api-java-client (e.g. 1.1.0-alpha)?

1.1.0-alpha

Java environment (e.g. Android 2.2, App Engine 1.3.7, Java 6 on Windows)?

App Engine 1.3.7

What steps will reproduce the problem?
1. Start program

What is the expected output?

No exception.

What do you see instead?

Caused by: java.security.AccessControlException: access denied 
(java.lang.RuntimePermission setFactory)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:342)
    at java.security.AccessController.checkPermission(AccessController.java:553)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
    at com.google.appengine.tools.development.DevAppServerFactory$CustomSecurityManager.checkPermission(DevAppServerFactory.java:166)
    at java.lang.SecurityManager.checkSetFactory(SecurityManager.java:1629)
    at java.net.HttpURLConnection.setFollowRedirects(HttpURLConnection.java:267)
    at com.google.api.client.javanet.NetHttpTransport.<clinit>(NetHttpTransport.java:36)

Please provide any additional information below.

Was working in version 1.1.0-alpha.

Original issue reported on code.google.com by [email protected] on 13 Sep 2010 at 8:22

Google App Engine low-level HTTP transport based on URLFetch

What is the feature requested?

Google App Engine low-level HTTP transport based on URLFetch.

Java environments (e.g. Java 6, Android 2.2, App Engine 1.3.7)?

App Engine

External references, such as a standards document, or specification?

http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/urlf
etch/package-summary.html

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 24 Sep 2010 at 3:48

Google Documents V3 sample on Android

Which API (e.g. Google Calendar Data API)?

Google Documents List API

What format (e.g. JSON, Atom)?

ATOM

What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?

OAuth

Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?

Android 2.1

External references, such as API reference guide?

http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html

Please provide any additional information below.

include upload, download function on sample

Original issue reported on code.google.com by [email protected] on 22 Sep 2010 at 1:55

  • Merged into: #18

health-v2-atom-android-sample

Which API (e.g. Google Calendar Data API)?

Google Health Data API

What format (e.g. JSON, Atom)?

Atom

What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?

Android

Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?

Android 2.2

External references, such as API reference guide?

http://code.google.com/apis/health/getting_started.html

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 14 Sep 2010 at 10:22

Use client calendar api in android 2.1 cause response code = -1

Version of google-api-java-client: 1.1.0-alpha

Java environment: Android 2.1

What steps will reproduce the problem?
The first time call calendar api is OK, but the second time will cause response 
code = -1. This happened on android 2.1, run the same code on jdk 1.6 is OK.

Exception:
com.google.api.client.http.HttpResponseException: -1
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java 219)

Original issue reported on code.google.com by [email protected] on 12 Sep 2010 at 4:35

latitude-v1-json-android-sample

Which API (e.g. Google Calendar Data API)?
Latitude

What format (e.g. JSON, Atom)?
Atom

What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
Android

Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?
Android.  The older the better (back to 1.5), but if it's not possible, then 
newer is fine.

External references, such as API reference guide?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 19 Sep 2010 at 10:07

Support for Java generic types (for example <T>)

What is the feature or sample requested?

For example, Feed<T> may contain a field "List<T> entries" to allow the entry 
type to be a generic type of Feed.  Then one can for example declare 
"CalendarFeed extends Feed<CalendarEntry>".

Currently, the Client Library will in this case not be able to determine the 
correct type of "entries" and can not parse them.

Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6 on Windows)?

All.

External references, such as a standards document, or specification?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Sep 2010 at 4:11

docs-android-sample

Which API (e.g. Google Calendar Data API)?
Google Document List and Google Spreadsheets
Version 3.0 preferably

What format (e.g. JSON, Atom)?
Atom

What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
OAuth and AccountManager on Android

Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?
Android 1.5 onwards

External references, such as API reference guide?
http://code.google.com/apis/spreadsheets/data/3.0/
http://code.google.com/apis/documents/docs/3.0/

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 14 Sep 2010 at 1:30

com.rili.android.client.googlecalendar.DateTime dateOnly doesn't work?

Version of google-api-java-client : 1.1.0-alpha


In the com.rili.android.client.googlecalendar.DateTime, I see the following 
code:
public DateTime(boolean dateOnly, long value, Integer tzShift){
    this.dateOnly = false;// The parameter "dateOnly" doesn't work? 
    this.value = value;
    this.tzShift = tzShift;
}

DateTime dt = DateTime.parseRfc3339("2010-09-23");
dt.dateOnly should be true, but now false. 

Original issue reported on code.google.com by [email protected] on 13 Sep 2010 at 2:51

Youtube

Code required for fetching from youtube, the following using 
google-api-java-client

1) Most Rated Videos
2) Most Viewed Videos
3) Searching a video

Regards,
Anees

Original issue reported on code.google.com by [email protected] on 27 Sep 2010 at 5:02

  • Merged into: #16

google map and client login example

Which API (e.g. Google Calendar Data API)?
Google map data

Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6 on Windows)?
Java 5 or 6

Original issue reported on code.google.com by [email protected] on 14 Sep 2010 at 1:55

Calendar V2 Atom OAuth Sample for App Engine

Which API (e.g. Google Calendar Data API)?

Google Calendar Data API

Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6 on Windows)?

App Engine 1.3.7

External references, such as API reference guide?

http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Sep 2010 at 4:30

Upload a CSV file to Google Spreadsheets using google-api-java-client 1.1.1-alpha

Which API and version (e.g. Google Calendar Data API version 2)?
google-api-java-client 1.1.1-alpha

What format (e.g. JSON, Atom)?
JSON

What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
ClientLogin or OAuth 2

Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?
Java 6 or Scala :)

External references, such as API reference guide?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 27 Sep 2010 at 9:08

blogger-v2-atom-oauth-sample

Which API (e.g. Google Calendar Data API)?

Blogger Data API

Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6)?

Java 6

External references, such as API reference guide?

http://code.google.com/apis/gdata/docs/2.0/basics.html

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 14 Sep 2010 at 10:00

Totally confused

Ok, I am trying to talk to the services listed here

http://code.google.com/googleapps/domain/gdata_provisioning_api_v2.0_developers_
protocol.html#Creating_a_User_for_a_Domain

I am writing Java so I want to use the google client library, the "Getting 
Started" page http://code.google.com/apis/gdata/articles/java_client_lib.html 
directs me to download "gdata-java-client"

When I go to that page, it says at the bottom that the new "Google API Client 
Library for Java" is the new thing to use and that it is "backwards compatible" 
and "Summary: same library, but with additional features, and a new name. "

So I then download "google-api-java-client". However all my previous code that 
uses things like UserService etc no longer compiles. The API page says its 
supports the provisioning API but I don't see anything in the Javadocs relating 
to this.

Where to start??

Original issue reported on code.google.com by [email protected] on 26 Aug 2010 at 6:46

youtube-v2-atom-oauth-sample

Which API (e.g. Google Calendar Data API)?

YouTube Data API

Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6)?

Java 6

External references, such as API reference guide?

http://code.google.com/apis/youtube/2.0/developers_guide_protocol_audience.html

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 14 Sep 2010 at 10:05

OAuth JavaDoc page seems incomplete

the example in the page 
"http://gdata-java-client.googlecode.com/svn/tags/2.2.1-alpha/javadoc/com/google
/api/client/googleapis/auth/oauth/package-summary.html#package_description" 
seems incomplete,such as the definition of getCurrentUserId(),run() and 
privateKey didn't exist in the code.
  where's the missing part?Did it being missed on purpose?Thanks a lot for watching my issue.


Original issue reported on code.google.com by [email protected] on 4 Aug 2010 at 9:50

Defect in Prediction API - need to add access method for mixture and numeric data type

In the code for 
com.google.api.client.sample.prediction.PredictionSample 

there is a method for Predict (Shown below).  In the API we need a way to set 
the inout type to be mixture and numeric 

Currently you can only do this: 
nputData.input.text.add(text); 


 private static void predict(HttpTransport transport, String text) 
      throws IOException { 
    HttpRequest request = transport.buildPostRequest(); 
    request.url = 
PredictionUrl.forPrediction(ClientLoginCredentials.OBJECT_PATH); 
    JsonCContent content = new JsonCContent(); 
    InputData inputData = new InputData(); 
    inputData.input.text.add(text); 
    content.data = inputData; 
    request.content = content; 
    OutputData outputData = 
request.execute().parseAs(OutputData.class); 
    System.out.println("Text: " + text); 
    System.out.println("Predicted language: " + 
outputData.output.outputLabel); 
  } 

Original issue reported on code.google.com by [email protected] on 21 Sep 2010 at 9:30

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.