GithubHelp home page GithubHelp logo

gsnavin / google-apis-explorer Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.65 MB

Automatically exported from code.google.com/p/google-apis-explorer

License: Apache License 2.0

Java 98.23% CSS 1.40% HTML 0.37%

google-apis-explorer's People

Contributors

imjasonh avatar

Watchers

 avatar

google-apis-explorer's Issues

500 error with a null message when trying to run adsense reports.generate

What steps will reproduce the problem?
1. Connect to the Adsense Management API in the API Explorer
2. Switch into private mode
3. Click on the reports.generate method
4. Fill in the two required fields (startDate of 2011-10-01 and endDate of 
2011-10-30)
5. Click to submit the request

What is the expected output? What do you see instead?
Should get a report object back.

Instead get a 500 error with a 'null' message in the response:

SEE BELOW:
Request

GET 
https://www.googleapis.com/adsense/v1/reports?startDate=2011-10-01&endDate=2011-
10-30&pp=1&key={YOUR_API_KEY}

Authorization:  OAuth ya29.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
X-JavaScript-User-Agent:  Google APIs Explorer google-api-gwt-client/0.1-alpha

Response

500 Internal Server Error

- Hide headers -

Content-Type:  application/json; charset=UTF-8
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Tue, 01 Nov 2011 04:05:41 GMT
Expires: Tue, 01 Nov 2011 04:05:41 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE


{
"error": {
"code": 500,
"message": null
}
}

What version of the product are you using? On what operating system?
v1 of the Google Adsense Management API

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Nov 2011 at 4:11

Error in handling JSON null

I specified null for some event properties in request body using Plain Text 
Editor, on 
https://developers.google.com/google-apps/calendar/v3/reference/events/patch, 
like this:

{
 "end": {
  "dateTime": "2012-05-11T08:10:00-05:00",
  "timeZone": "America/Chicago",
  "date": null
 },
 "etag": "\"GuacHF9l3TZyr7NsTBThbvWqqb4/Q0pEdHZjUHpKaEVBQUFBQUFBQUFBQT09\"",
 "recurrence": [],
 "id": "povfa5q222fn0lbf3hdfinkl88",
 "summary": "Test",
 "start": {
  "dateTime": "2012-05-11T08:00:00-05:00",
  "timeZone": "America/Chicago",
  "date": null
 }
}

when I tried to switch to Structured Editor, I got this error:
Not a valid JSON string: null

Original issue reported on code.google.com by [email protected] on 11 May 2012 at 6:24

Support for Discovery's "default" property

What steps will reproduce the problem?
1. Navigate to the buzz.activities.extractPeopleFromSearch method: 
https://code.google.com/apis/explorer/#_s=buzz&_v=v1&_m=activities.extractPeople
FromSearch
2. There is no indicate that the "max-results" property has a default of 20.
3. The "default" property can be found here: 
https://www.googleapis.com/discovery/v1/apis/buzz/v1/rest

What is the expected output? What do you see instead?

Expected the "default" value to be part of the UI (either at the end of the 
description, or prefilled in the parameter textbox).

Original issue reported on code.google.com by [email protected] on 8 Jun 2011 at 5:08

Execution of 'task delete' API call works but doesn't appear in history

Steps to reproduce:
1. In API Explorer, select Tasks service, use private access, have some tasks 
in your default task list
2. Execute tasks.list method to get a list of task IDs, specifying '@default' 
for the tasklist parameter
3. Pick an ID for a task to delete, execute tasks.delete method, specifying 
'@default' for the tasklist and the ID you picked for the task parameter

Expected: The task is deleted, and the execution of the tasks.delete method 
appears in the history part of the API Explorer for inspection. 

Actual: The task is deleted, but no sign of the tasks.delete execution appears 
in the history.

I'm accessing the API Explorer from Chromium: 11.0.696.14 (78500) Built on Joli 
OS 1.2, running on Joli OS 1.2. All other aspects of the API Explorer seem OK 
so far.

Thanks.

Original issue reported on code.google.com by [email protected] on 13 May 2011 at 9:19

Adding utility to request body in trainingmodels.insert 1.4 throws a js error

What steps will reproduce the problem?
1. Go to Prediction > v1.4 > trainingmodels.insert
2. Add Request Body
3. And add utility

What is the expected output? What do you see instead?

A place to input the utility but get a javascript error:
Uncaught com.google.gwt.event.shared.UmbrellaException: Exception caught: 
(TypeError): Cannot call method 'Jd' of null

What version of the product are you using? On what operating system?
Chrome 16.0.904.0 dev on OS X 10.7.2



Original issue reported on code.google.com by [email protected] on 19 Oct 2011 at 3:58

Associate history with account

It would be awesome if you could sign into a Google account and have the 
history saved for future sessions. This could additionally allow for snapshots 
where the specific request/response would be saved with a permalink incase the 
response changes in the future.

Original issue reported on code.google.com by 4braham on 23 May 2012 at 9:12

Specific event sometimes missing from google holiday calendar, although maxResults is set to max

What steps will reproduce the problem?
1.

Querying for all event in the google holiday calendar 
en.austrian#[email protected]
with maxResults=2147483647 will NOT ALWAYS include the event:

h@d0e5a9d7a59310b2d92f0f43f45972173fbc7ce3 
"Whit Monday"

What is the expected output? What do you see instead?

The event (h@d0e5a9d7a59310b2d92f0f43f45972173fbc7ce3) is sometimes missing 
from the result. 
See attached json results, one with the event one without.

best,

Paul

Original issue reported on code.google.com by [email protected] on 4 Jun 2012 at 5:51

Attachments:

Once update an event, it can not update again

1. To create new event, connect to 
"https://code.google.com/apis/explorer/#_s=calendar&_v=v3&_m=events.insert".

- Input "CalendarID".
- Click "Add request body".
- Add "Start" and ”end”, and it's dates.
- Switch to private and Execute.
- Remember EventID.

2. To update event, connect to 
"https://code.google.com/apis/explorer/#_s=calendar&_v=v3&_m=events.update".
- Input CalendarID and EventID, Start date, End date.
- Execute.

3. Update event again.
- Input CalendarID and EventID, Start new date, End new date.
- Execute.

Expected response is code 200.
But I got 400 (Bad Request) instead.

I'll put response header blow.

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "invalid",
    "message": "Invalid Value"
   }
  ],
  "code": 400,
  "message": "Invalid Value"
 }
}

Original issue reported on code.google.com by [email protected] on 13 Jan 2012 at 1:06

translat tool

What steps will reproduce the problem?
In the translat tool choose hte methode detections.list and write "je mange" -> 
the resulte is "language": "da", but is french



Original issue reported on code.google.com by [email protected] on 10 May 2011 at 12:23

<img src="<img src=search"/onerror=alert("XSS")//">

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

What is the expected output? What do you see instead?


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Feb 2012 at 6:43

Request to enable a service

I received the error message that the APIs explorer does not have access to
a service.  Please enable this service for use with the APIs explorer.

Service Name:

Service Version:

    v2.4    
View and manage your Google Analytics data
    Google Analytics API    v3  
DefaultView and manage your Google Analytics data
    Google Latitude API v1  
DefaultLets you read and update your current location and work with your 
location history
    Google Maps Coordinate API  v1  
DefaultLets you view and manage jobs in a Coordinate team.
    Google Play Android Developer API   v1  
DefaultLets Android application developers access their Google Play accounts.
    Google Site Verification API    v1  
DefaultLets you programatically verify ownership of websites or domains with 
Google.
    Google Web Fonts Developer API  v1  
DefaultThe Google Web Fonts Developer API.
    Google+ API v1moments   
Limited AvailabilityThe Google+ API enables developers to build on top of the 
Google+ platform.
    Google+ API v1  
DefaultThe Google




    v1  
Lets you access the Freebase repository of open data.
    Fusion Tables API   v1  
API for working with Fusion Tables data.
    Google Affiliate Network API    v1beta1 
Lets you have programmatic access to your Google Affiliate Network data.
    Google Analytics API    v3  
View and manage your Google Analytics data
    Google Latitude API v1  
Lets you read and update your current location and work with your location 
history
    Google Maps Coordinate API  v1  
Lets you view and manage jobs in a Coordinate team.
    Google Play Android Developer API   v1  
Lets Android application developers access their Google Play accounts.
    Google Site Verification API    v1  
Lets you programatically verify ownership of websites or domains with Google.
    Google Web Fonts Developer API  v1  
The Google Web Fonts Developer API.
    Google+ API v1  
The Google+ API enables developers to build on top of the Google+ platform.
    Groups Settings API v1  
Limited AvailabilityLets you manage permission levels and related settings of a 
group
    Moderator API   v1  
Moderator API
    oauth2 API  v2  
OAuth2 API
    Orkut API   v2  
Lets you manage activities, comments and badges in Orkut. More stuff coming in 
time.
    Page Speed Online API   v1  
Lets you analyze the performance of a web page and get tailored suggestions to 
make that page faster.
    Prediction API  v1.5    
Lets you access a cloud hosted machine learning service that makes it easy to 
build smart apps
    Search API For Shopping v1  
Lets you search over product data.
    TaskQueue API   v1beta2 
Lets you access a Google App Engine Pull Task Queue over REST.
    Tasks API   v1  
Lets you manage your tasks and task lists.
    Translate API   v2  
Lets you translate text from one language to another
    URL Shortener API   v1  
Lets you create, inspect, and manage goo.gl short URLs
    YouTube Analytics API   v1beta1 
Limited AvailabilityRetrieve your YouTube Analytics reports.
    YouTube API

Original issue reported on code.google.com by [email protected] on 12 Jul 2012 at 10:58

mixed http and https content

What steps will reproduce the problem?
1. go to https://apis-explorer.googleplex.com/apis/explorer/#p/

What is the expected output? What do you see instead?
The https page should not include any http elements. This mixed https / http 
content results in a warning in browsers, such as chrome. Here's the JavaScript 
console output:

The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from 
http://www.google.com/images/icons/product/doubleclick-16.gif.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/adsense-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from 
http://www.google.com/images/icons/feature/filing_cabinet_search-g16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/search-16.gif.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/blogger-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/ebooks-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from 
http://www.google.com/images/icons/product/calendar-16.png.
2The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/search-16.gif.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from 
http://www.google.com/images/icons/product/freebase-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from 
http://www.google.com/images/icons/product/affiliatenetwork-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from 
http://www.google.com/images/icons/product/analytics-16.png.
2The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/search-16.gif.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from 
http://www.google.com/images/icons/feature/font_api-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/gplus-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/search-16.gif.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from 
http://www.google.com/images/icons/product/moderator-32.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/search-16.gif.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/orkut-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from 
http://www.google.com/images/icons/product/pagespeed-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from 
http://www.google.com/images/icons/feature/predictionapi-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/search-16.gif.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from 
http://www.google.com/images/icons/product/app_engine-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/tasks-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from 
http://www.google.com/images/icons/product/translate-16.png.
The page at https://apis-explorer.googleplex.com/apis/explorer/#p/ displayed 
insecure content from http://www.google.com/images/icons/product/search-16.gif.

What version of the product are you using? On what operating system?
Chrome on Linux

Please provide any additional information below.
Changing the img src URLs to something like
https://www.google.com/images/icons/product/search-16.gif
will fix the issue.

Original issue reported on code.google.com by [email protected] on 24 Apr 2012 at 6:48

not all info about profile was returned

What steps will reproduce the problem?

http://code.google.com/apis/explorer/#_s=plus&_v=v1&_m=people.get&userId=me&fiel
ds=birthday
I'm trying to get info about my birthday from G+ account (for example). 

What is the expected output? What do you see instead?

JSON is OK, but it has no data about requested info. My birthday in g+ is 
public. 

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

it has no sense. 

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 18 Nov 2011 at 11:56

Attachments:

Internal server error trying to get predictions

From APIs Explorer:

GET 
https://www.googleapis.com/prediction/v1.4/trainedmodels/ask_post_classifier?pp=
1&key={YOUR_API_KEY}

Authorization:  OAuth ya29.AHES6ZRJheEsNSqTSDsa3qVhjHe_iyfipWpd4xGX78cEASLK
X-JavaScript-User-Agent:  Google APIs Explorer google-api-gwt-client/0.1-alpha
Response

500 Internal Server Error
- Show headers -
{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "internalError",
    "message": "Internal error."
   }
  ],
  "code": 500,
  "message": "Internal error."
 }
}

Original issue reported on code.google.com by dragishak on 16 Dec 2011 at 7:23

Need a way to disable URL encoding (or better logic on when to use it)

What steps will reproduce the problem?
1.  Attempt to list bookshelves using the books API

What is the expected output? What do you see instead?

Actual request:

GET 
https://www.googleapis.com/books/v1/users/mlvanbie%40google.com/bookshelves?sour
ce=API+Explorer&key={YOUR_API_KEY}

Given the position in the URL, I don't think that the account's @ should have 
been escaped as %40.

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

Current dogfood version.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Apr 2012 at 8:50

Calendar events.list error when specifying the timeMin and/or timeMax parameters

What steps will reproduce the problem?
1. Go to http://code.google.com/apis/explorer/#_s=calendar&_v=v3&_m=events.list
2. Click to Calendar > v3 > events.list
3. Specify a calendarId
4. Specify timeMin = 2012-01-01
5. Specify timeMax = 2012-01-31

What is the expected output? What do you see instead?
I expect to see a list of calendar events between the specified start and end 
dates.
Instead I get a "400 Bad Request".

What version of the product are you using? On what operating system?
Testing in the Google APIs Explorer, using Chrome v17 on Mac OS X 10.6.8
I also tried using the PHP library and get the same result.

Original issue reported on code.google.com by aharon.perkel on 16 Feb 2012 at 10:03

Missing data field in the form

What steps will reproduce the problem?
1. use Google APIs explorer 
https://developers.google.com/apis-explorer/#s/latitude/v1/latitude.location.ins
ert?_h=10&resource=%257B%250A++%2522accuracy%2522%253A+%2522%2522%250A%257D&
2. Enter parameters to test
3. Observe failure 

What is the expected output? What do you see instead?
Expect data to be processed by API.  But receive "Missing 'data' field." 

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

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Jun 2012 at 10:34

Can't switch to another account in Google APIs Explorer.

What steps will reproduce the problem?
1. Log in with one account.
2. Can't find how to log in with another one.

What is the expected output? What do you see instead?
Mssing Log out button.

What version of the product are you using? On what operating system?
Win7, Chrome.

Original issue reported on code.google.com by [email protected] on 24 Jan 2012 at 2:55

API key don't work in analytics service

request:
https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3AMY_TABLE_ID&start-date=
2012-05-01&end-date=2012-05-31&metrics=ga%3Avisitors&dimensions=ga%3Adate&key=MY
_API_KEY

response:
{"error":{"errors":[{"domain":"global","reason":"required","message":"Login 
Required","locationType":"header","location":"Authorization"}],"code":401,"messa
ge":"Login Required"}}

Original issue reported on code.google.com by [email protected] on 1 Jun 2012 at 1:27

Collapse/expand json response

Large JSON responses are hard to read. If you're trying to find a particular 
key, cmd-f is the only way. If would be helpful if I could collapse the entire 
JSON tree and expand it one by one. 

Original issue reported on code.google.com by [email protected] on 24 Nov 2011 at 10:50

Breaks under small browser width

What steps will reproduce the problem?
1. Open the APIs Explorer
2. Select a service and a version
2. Make the width of the window smaller than the width of the table

What is the expected output? What do you see instead?
There should appear a scrollbar for scrolling the window, and the scope 
dropdown should still be visible.

I am using Firefox 6.0.2

Original issue reported on code.google.com by [email protected] on 7 Sep 2011 at 3:27

event update FAILS

Mac OSX 10.6
Safari5

Create a quick event 

Put that id into event.get - and it returns the event 

Put that inpt event.update and it says that there is a mismatch between star 
and end times, even though none have to be entered


Original issue reported on code.google.com by [email protected] on 6 Jan 2012 at 1:39

Page not linking or showing API pages

What steps will reproduce the problem?
1. Fix the navigation on the page

What is the expected output? What do you see instead?
     To take me to my desired page

What version of the product are you using? On what operating system?
     Internet Explorer on Win 7



Original issue reported on code.google.com by [email protected] on 10 Jun 2012 at 10:09

No word about moving tasks between lists

As far as I can see the API description and explorer itself lack a method that 
would allow moving tasks between lists. I find this one really useful and it'd 
be good to have it listed and ready to use.

Original issue reported on code.google.com by [email protected] on 23 Jul 2011 at 10:46

Page does not load correctly.

What steps will reproduce the problem?
1. Visit https://code.google.com/apis/explorer/ in IE 7.

What is the expected output? What do you see instead?
Not sure, this is my first visit. The page is essentially blank, but has a bar 
in the middle I can click. Upon doing so, the bar moves up or down on the 
screen. There appear to be images loaded within the bar.

What version of the product are you using? On what operating system?
IE 7.0.5730.13CO, Windows Server 2003 R2 (can't get any more detail than that)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 4:58

Attachments:

Google Analytics OAuth broken from IE (standalone and embedded) on Windows 7

What steps will reproduce the problem?
1.  Login to Google Analytics using IE (tested with IE8 and IE9)
https://accounts.google.com/ServiceLogin?service=analytics&continue=https://www.
google.com/analytics/web/&followup=https://www.google.com/analytics/web/

2.  Open up the API explorer in a new tab of the same browser
https://accounts.google.com/ServiceLogin?service=analytics&continue=https://www.
google.com/analytics/web/&followup=https://www.google.com/analytics/web/

3. Click on the "Off" toggle-button next to "Authenticate Using OAuth 2.0" in 
the top-right corner of the page to begin the OAuth flow

4. Click "Authorize" in the popup that appears next

Expect:  OAuth flow succeeds
Observed:  Script Error on page.

This worked until approximately 16:00 PDT on 25 April 2012.
Other browsers still work -- Chrome, Safari, FF.  
Broken for IE, and my application uses an embedded IE control.




Original issue reported on code.google.com by [email protected] on 27 Apr 2012 at 5:19

Request to enable a service

I received the error message that the APIs explorer does not have access to
a service.  Please enable this service for use with the APIs explorer.

Service Name:

Service Version:


Original issue reported on code.google.com by [email protected] on 9 Jun 2012 at 5:18

[Google Task API] 'Delete task' method does not work on external as well as through Google apps.

What steps will reproduce the problem?
1. go to http://code.google.com/apis/explorer/,
2. create a task,
3. try to delete it - no response, task still in its list,

What is the expected output? What do you see instead?
Expected: Task gets deleted, request and response is visible.
Instead: Nothing is changed in the display / console view. Also, task delete 
does not work on external apps (which implement Google Task API with OAuth2).

What version of the product are you using? On what operating system?
The newest, on Windows 7 with Chrome 12.0.742.122.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Jul 2011 at 11:59

Google Drive 'Contains' operator

What steps will reproduce the problem?
'Contains' is actually 'StartsWith'

I have a file named 'textfile.txt' within Google Drive.

Querying the drive (using API explorer)

File is Found when using query:
 title contains 'textfile.txt' 
 title contains 'textfile' 
 title contains 'text'

File is NOT Found when using query:
 title contains 'extfile.txt' 
 title contains 'file' 
 title contains '.txt'

Original issue reported on code.google.com by [email protected] on 29 Jun 2012 at 8:57

Attachments:

"503 Service Unavailable" when Document.Events.Insert

What steps will reproduce the problem?
Try insert event with recurrence property

POST 
https://www.googleapis.com/calendar/v3/calendars/hk_cn2000%40sina.com/events?pp=
1&key={YOUR_API_KEY}
Content-Type:  application/json
Authorization:  OAuth ya29.AHES6ZRIZvyICdYhkbz-L-caRN8fzRA4Hwo9ym9NDJ8-IYnf
X-JavaScript-User-Agent:  Google APIs Explorer
{
 "description": "new event description",
 "summary": "new event summary",
 "start": {
  "date": "2012-02-22"
 },
 "end": {
  "date": "2012-02-26"
 },
 "recurrence": [
  "RRULE:FREQ=MONTHLY"
 ]
}


RESPONSE

503 Service Unavailable
- Show headers -
{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "backendError",
    "message": "Backend Error"
   }
  ],
  "code": 503,
  "message": "Backend Error"
 }
}



Original issue reported on code.google.com by [email protected] on 22 Feb 2012 at 7:19

doesnt work on ipad

What steps will reproduce the problem?
1. Go to main page
2.
3.

What is the expected output? What do you see instead?
I expect to see all the services, instead I see the first 3 1/2 because there 
is no scrolling.


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 May 2011 at 3:23

Can not start trained models.insert

What steps will reproduce the problem?
1. Opened API Explorer
2. Made "Authorize using OAuth 2.0 On"
3. Selected "prediction" service > "v1.5" > "trainedmodels.insert"
4. Entered "fields" as "id"
5. Changed request body as follows:
{
 "id": "tureng",
 "storageDataLocation": "tureng/tureng.csv"
}
6. Clicked Execute

What is the expected output? What do you see instead?
- I expect it to insert my data into prediction training data. But it gives now 
"500 Internal Server Error". Previously it was not giving this error but it was 
also not creating my training data. (I was checking with trainedmodels.get but 
it was returning "not found" when I enter the same id)

What version of the product are you using? On what operating system?
v1.5

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 Mar 2012 at 11:29

there is no switch to private access dropdown or popup

What steps will reproduce the problem?
I followed steps in section 2 [training model] here:
https://developers.google.com/prediction/docs/hello_world

What is the expected output? What do you see instead?

I am getting error 

          "This method requires you to be authenticated. You may need to switch to private access (above)."

According to the docs there should be a popup. There is no popup

What version of the product are you using? On what operating system?
prediction  api 1.5
using chrome 18.0.1025.151 on OSX 10.6.8.
also same behavior on safari

Please provide any additional information below.

See attached screenshot

Original issue reported on code.google.com by [email protected] on 15 May 2012 at 6:47

Attachments:

tasklists.list and tasks.list return "503 Service Unavailable"

What steps will reproduce the problem?
1. In API Explorer, navigate to "tasks > v1 > tasklists.list
2. Switch to Private Access
3. Click "Execute"

What is the expected output? What do you see instead?
I expect a list of my taskslists on this account. Instead, I get the following 
error message:

503 Service Unavailable
- Hide headers -
Cache-Control:  private, max-age=0
Content-Type:  application/json; charset=UTF-8
Date:  Wed, 01 Jun 2011 16:50:15 GMT
Expires:  Wed, 01 Jun 2011 16:50:15 GMT
Server:  GSE
X-Content-Type-Options:  nosniff
X-Frame-Options:  SAMEORIGIN
X-XSS-Protection:  1; mode=block
{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "backendError",
    "message": "Backend Error"
   }
  ],
  "code": 503,
  "message": "Backend Error"
 }
}



What version of the product are you using? On what operating system?
I am using Google APIs Explorer (same result using the Java API libraries). I 
have tried from Windows XP and Windows 7, each using IE, Chrome, and Firefox. 

Please provide any additional information below.

The problem is limited to this Google account. If I sign into a different 
Google account, the results return as expected. _Please_ help if at all 
possible. I believe this issue is underlying me being unable to access my Tasks 
from Gmail or iGoogle for the last several weeks.

Original issue reported on code.google.com by [email protected] on 1 Jun 2011 at 4:57

scollbar is missing when there is a large volume of output

What steps will reproduce the problem?
1.- make any query that produces a lot of output


What is the expected output? What do you see instead?
- the size of the "thumb" on the scrollbar to scroll through the
  output apparently is so small that it disappears, so it is impossible
  to scroll through the output using the scrollbar


What version of the product are you using? On what operating system?
Chrome on Gubuntu


Please provide any additional information below.  One usr I used to demonstrate 
this bug is:
https://developers.google.com/apis-explorer/#s/grm/v1dev/grm.labels.list?isPubli
c=true&maxResults=1000&projection=CONVENIENCE&fields=items(id%252Cname%252Cowner
)&_h=6&


Original issue reported on code.google.com by [email protected] on 28 Jun 2012 at 5:39

Cant get id of attachemnt in respose

What steps will reproduce the problem?
1.Select a service -> Goolge plus, Select a version->v1,Select a 
method->activities.get, Fill in parameters -> *activityId = GIVE_ACTIVITY_ID, 
fields = object/attachments.

2. Click Execute button

3.Getting response attachement object

{
"object": {
"attachments": [
{
"objectType": "video",
"displayName": "Pennukaanal",
"content": "Software Engineer pennukaanaan poyaal ingane aakumo? Just for 
joke...\r\n\r\nCreated By: Shanu &amp; Mahesh",
"url": "http://www.youtube.com/v/7wRKNQrecHo?hl=en&fs=1&autoplay=1",
"image": {
"url": 
"http://images0-focus-opensocial.googleusercontent.com/gadgets/proxy?container=f
ocus&gadget=a&resize_h=100&url=http%3A%2F%2Fytimg.googleusercontent.com%2Fvi%2F7
wRKNQrecHo%2Fdefault.jpg",
"type": "image/jpeg"
},
"embed": {
"url": "http://www.youtube.com/v/7wRKNQrecHo?hl=en&fs=1&autoplay=1",
"type": "application/x-shockwave-flash"
}
}
]
}
}




While selecting Fields I checked the attachment checkbox, and that contain a 
lot of fields including attachment id. But in response didnt get id


Iam using version v1, CentOs operating system

How can I get Attachment id. Please see the screenshots


Original issue reported on code.google.com by [email protected] on 22 Nov 2011 at 11:28

Attachments:

401

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

What is the expected output? What do you see instead?


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Aug 2011 at 3:41

Google+ API search is malfunctioning

What steps will reproduce the problem?
1. Trying to search the same in API and Google+ search
2. In API: 
https://developers.google.com/apis-explorer/#p/plus/v1/plus.activities.search?qu
ery=mgeneracijaoglas&maxResults=20&orderBy=best&
3. In Google+ search: https://plus.google.com/s/mgeneracijaoglas

What is the expected output? What do you see instead?
Expected is the same set of posts. Instead, API returns only 1 or 0 results 
(when in "Recent" mode).

What version of the product are you using? On what operating system?
Kidding, right? V1, Windows + Chrome. But this is not depending on it.

Please provide any additional information below.
Search should be your best business. Lately it is not, sorry.

Original issue reported on code.google.com by [email protected] on 30 May 2012 at 9:17

List latest versions first in "All Versions" view

What steps will reproduce the problem?
1.Click on "All Versions" in the left nav.

What is the expected output? What do you see instead?

Currently, for APIs that have multiple versions, the first version listed is 
the oldest version. 

It seems better to show the latest version first, so I'd suggest reversing the 
order of the displayed versions.


Original issue reported on code.google.com by [email protected] on 10 May 2012 at 6:49

Need better display of current service.

What steps will reproduce the problem?
1. Click on a link like: 
https://code.google.com/apis/explorer/#_s=discovery&_v=v1

What is the expected output? What do you see instead?
I'd expect to be able to tell what the currently selected service is without 
scrolling on the left to see what's highlighted.

What version of the product are you using? On what operating system?
Using Chrome on MacOs.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Jun 2011 at 4:23

APIs Explorer don´t work on IE 9

What steps will reproduce the problem?
1. load https://developers.google.com/apis-explorer/
2. Select Calendar API v3
3. Nothing happen

What is the expected output? What do you see instead?


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

IE9 Windows 7 - 64 bits

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Jun 2012 at 7:26

failed to load

What steps will reproduce the problem?
1.Open http://code.google.com/apis/explorer/

What is the expected output? What do you see instead?
The API Explorer doesn't load.
In the console I get the following error:

Uncaught TypeError: Cannot call method 'ag' of null
(anonymous function)             0.js:1636
_.Bk.executecb=gapi.loaded       0:291
fcb=gapi.loaded                  0:289
_.Nkcb=gapi.loaded               0:299
_.uj.C.(anonymous function).H.(anonymous function).H.(anonymous 
function)cb=gapi.loaded          0:233
_.V.F.__cbcb=gapi.loaded         0:162
fcb=gapi.loaded                  0:156
c


What version of the product are you using? On what operating system?
Windows XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Apr 2012 at 3:20

nextPageToken is too long

What steps will reproduce the problem?
1. Call google plus api with maxresults of 20.
2. Make another request with nextPageToken.
3. Make another request with nextPageToken of the current results.

What is the expected output? What do you see instead?
It should provide the results in JSON format. But its giving url is too large 
error because the nextPageToken length getting increased for every request.

What version of the product are you using? On what operating system?
Google+ api version 1. OS ubuntu 10.04

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Oct 2011 at 5:56

Google Play Developer API returns nothing

What steps will reproduce the problem?
1. Enter any data in the fields
2. Execute
3.

What is the expected output? What do you see instead?
Expect a response of some kind. Returns 204 No Content


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Jun 2012 at 9:13

URL Issue - apis explorer

What steps will reproduce the problem?
1. Go to https://developers.google.com/apis-explorer/#p/
2. Click on any row(which highlights) multiple times
3. See how the url appends duplicates e.g 
https://developers.google.com/apis-explorer/#p/urlshortener/v1/urlshortener/v1/

What is the expected output? What do you see instead?
No change at all

What version of the product are you using? On what operating system?
Vista, IE9.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 May 2012 at 8:01

api explorer doesnt scroll on android browser

What steps will reproduce the problem?
1. Go to api explorer on android (specifically droid 3)
2.
3.

What is the expected output? What do you see instead?
Page doesn't scroll. Only see 3 apis everything else cut off

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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Dec 2011 at 1:13

hosted model "sample.languageid" disappeared

What steps will reproduce the problem?
1. All Versions > Prediction API v1.2 > prediction.hostedmodels.predict
2. hostedModelName: sample.languageid
3. Request body
{
"input":
{
"csvInstance":
[
"hello, this is English"
]
}
}

What is the expected output? 
A language prediction, such as "English"

What do you see instead?
Error. Same error in versions 1.2, 1.4, and 1.5

404 Not Found

- Show headers -

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "notFound",
    "message": "No model found. Model must first be trained."
   }
  ],
  "code": 404,
  "message": "No model found. Model must first be trained."
 }
}

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


Please provide any additional information below.
This model seems to have disappeared several days ago.  Perhaps result of some 
changes?

Original issue reported on code.google.com by [email protected] on 3 Jun 2012 at 2:07

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.