asifshaon / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Problem Samples Tasks API #190

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download samples (doesn't matter if stable or beta)
2. Run Tasks.WinForms.NoteMgr
3. Change an existing task.
4. Exit app or wait 5 minutes (app will sync on exit)

What is the expected output? What do you see instead?
Il apparait une erreur :
"Google.Apis.Requests.RequestError
Not Found [404]
Errors [
    Message[Not Found] Location[ - ] Reason[notFound] Domain[global]
]"

What version of the product are you using? On what operating system?
Visual Studio 2010, Windows 7.

Original issue reported on code.google.com by utilisat...@devmismo.com on 21 Feb 2012 at 1:58

GoogleCodeExporter commented 9 years ago
Same issue as 
http://code.google.com/p/google-api-dotnet-client/issues/detail?id=183
Why is no one responding to this?

Original comment by daniel....@gmail.com on 28 Feb 2012 at 11:21

GoogleCodeExporter commented 9 years ago
Could you check whether the id of the task list and the one of the task used is 
valid? You can simulate the call made by the API here:

http://code.google.com/apis/explorer/#_s=tasks&_v=v1&_m=tasks.update&tasklist=%3
Ctasklist%20here%3E&task=%3Ctask%20id%20here%3E

As the target URL seems to be alright, I assume that the cause of the problem 
can only be some invalid data of the request itself.

Original comment by mlinder...@gmail.com on 29 Feb 2012 at 1:38

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 25 Apr 2012 at 8:41

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 25 Apr 2012 at 8:50