I'm going to be starting to port this into ruby if anyone's interested. If anyone has already done this, they could save me some time and post it up :-)
I'll add some error checking and maybe even some tests then, ooooooh!!
I am migrating from OAuth API 1.0a to OAuth 2.0 and this code is not working for me to access a user's Calendar events. I get GoogleJsonResponseException: 401 Unauthorized. I am using domain consumer key and consumer secret. I also generated an API key from the API console. What is the applicationName? Where can I get that? FYI - I am using google-api-client 1.6.0-beta and google-api-services-calendar v3-1.3.1-beta. Any help would be much appreciated. Thanks.
Hi. I have added linked question to this post. This is a link to the question: http://stackoverflow.com/questions/14852932/list-google-calendar-events-for-different-users
Could you answer on it on StackOverflow or on this service?
can you give an exemple without using the google-api-client library? for some reason related to the architectur of our project we can't afford to use google's api library
8 comments :
Hi, i need to do this, but i'm using .net and csharp !
And i don't understand how to do this for .net from java
Can you explain ? please !
I'm going to be starting to port this into ruby if anyone's interested. If anyone has already done this, they could save me some time and post it up :-)
I'll add some error checking and maybe even some tests then, ooooooh!!
I am migrating from OAuth API 1.0a to OAuth 2.0 and this code is not working for me to access a user's Calendar events. I get GoogleJsonResponseException: 401 Unauthorized. I am using domain consumer key and consumer secret. I also generated an API key from the API console. What is the applicationName? Where can I get that? FYI - I am using google-api-client 1.6.0-beta and google-api-services-calendar v3-1.3.1-beta. Any help would be much appreciated.
Thanks.
I need this for PHP
This has been working for me up until a few months ago, now I get the following error:
Exception in thread "main" com.google.api.client.googleapis.json.GoogleJsonResponseException: 401 Unauthorized
{
"code" : 401,
"errors" : [ {
"domain" : "global",
"location" : "Authorization",
"locationType" : "header",
"message" : "Invalid Credentials",
"reason" : "authError"
} ],
"message" : "Invalid Credentials"
}
at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:143)
Who can I contact for help regarding this?
Does anybody know if this 2-legged oauth works in write mode to Contact API or Provisioning API?
It seems Google that guys doesn't documented that these APIs are accesible in read-only mode, even using an OAuth domain key :-S
See: this example ,another one or this one.
Hi. I have added linked question to this post. This is a link to the question: http://stackoverflow.com/questions/14852932/list-google-calendar-events-for-different-users
Could you answer on it on StackOverflow or on this service?
Could you help me with that problem?
can you give an exemple without using the google-api-client library?
for some reason related to the architectur of our project we can't afford to use google's api library
Post a Comment