when I call jobs.get(jobId,ProjectID);
I get:
"code" : 400,
"errors" : [ {
"domain" : "global",
"message" : "Invalid project ID 'My_Project_ID:job_6c2e8cc358ad42d2ad55ef266d342b68'. Project IDs must contain 6-63 lowercase letters, digits, or dashes. IDs must start with a letter and may not end with a dash.",
"reason" : "invalid"
} ],
"message" : "Invalid project ID 'My_Project_ID:job_6c2e8cc358ad42d2ad55ef266d342b68'. Project IDs must contain 6-63 lowercase letters, digits, or dashes. IDs must start with a letter and may not end with a dash."
If I use the exact projectID and jobID in the "try it" section in the google
developer guide in here:
https://developers.google.com/bigquery/docs/reference/v2/jobs/get
I get the job back as expected!
If projectId or jobId wasn't right then it wouldn't have worked in the google
developer site also.
What can cause this behavior?
Original issue reported on code.google.com by eladv...@gmail.com on 3 Dec 2012 at 3:42
Original issue reported on code.google.com by
eladv...@gmail.com
on 3 Dec 2012 at 3:42