ForumsSearch
Search results for "Posted by ishayahu"
Author | Message |
---|---|
ishayahu |
Posted Dec 19, 2019 in: What is "Defined by Saved Search" [as compared w/ Saved Search]?
Score: 0
If you saved search with "save as hotlist" button, it will be added to section "defined by saved...". To remove it, you should delete that saved search
|
ishayahu |
Add formatting for notes, at least <pre> tag. It is a small work but a big improvement!
|
ishayahu |
Posted by pawelkaleta:
When it comes to feedback you'd like to gather, I think it's already collected here, on this forum, dozens of features requested since a long time that you can use as a starting point. ... Of course, the fresh piece of information may become useful, but in my opinion, addressing what users requested since years would be the best proof of your commitment to Toodledo users. Also many features requests are in support tickets. At least by me. And it would be cool to have a roadmap of that featuers |
ishayahu |
Posted May 09, 2017 in: API get tasks only for specifed context
Score: 1
Why I can't request tasks only for some defined context?
|
ishayahu |
Posted May 09, 2017 in: Always get "The grant type was not specified in the request"
Score: 1
OMG, I should send data in POST, not in GET
Sorry, my fault |
ishayahu |
Posted May 09, 2017 in: Always get "The grant type was not specified in the request"
Score: 1
Posted by Jake:
[quoteYou may have to inspect the actual network call, because I suspect that for some reason the payload is not being added.[/quote] I did it. Here is request headers, url and body: req_body >>> None req_headers >>> {'User-Agent': 'python-requests/2.13.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Length': '0', 'Authorization': 'Basic dG9vZGxlZG9ydXM6YXBpU09NRURBVEE='} req_url >>> 'https://api.toodledo.com/3/account/token.php?grant_type=authorization_code&code=4593a75d57660672c19 3bc2b95a9a27a7c14d488' it looks like it should be |
ishayahu |
Posted May 08, 2017 in: Always get "The grant type was not specified in the request"
Score: 1
I try to get access_token & refresh_token after getting auth_code. As it states in documentation (and checked from playgroud), I use that request (Python3 & requests):
https://pastebin.com/bicQftLE request_template = "https://api.toodledo.com/3/account/token.php" payload = {'grant_type': 'authorization_code', 'code': auth_code} request = request_template.format(**{'code':auth_code, 'CLIENT_ID': CLIENT_ID, 'CLIENT_SECRET': CLIENT_SECRET}) from requests.auth import HTTPBasicAuth r = requests.post(request, params=payload,auth=HTTPBasicAuth(CLIENT_ID, CLIENT_SECRET)) if r.status_code!=200: print("ERROR1") save_page(r.text) But I always get {"errorCode":102,"errorDesc":"The grant type was not specified in the request"} what is my mistake? |
ishayahu |
Posted Dec 08, 2016 in: Toodledo Tasks redesign ready for public beta testing
Score: 0
By me, a new layout works VERY slowly. Much more slowly as old one. And old "add multiple tasks" was more comfortable, as new one
Posted by pawelkaleta: Each time I pick a date from any date selector (e.g. for Start Date or Due Date etc.) I need to wait for 2-3 seconds until selector disappear and date is set for task. It is pretty anoying and it doesn't work like this in non-newbeta layout where it happens immadiately after clicking on given date. Does any of you experience the same issue? I have the same problem This message was edited Dec 08, 2016. |
ishayahu |
It looks like you right, but I still see tasks with start date today and future start time
|
ishayahu |
it doesn't help. When I'll do it today, tomorrow it will have the same start time as today, so I need to change start time every day. That's not what I want
|
ishayahu |
Posted by Salgud:
Set the task up with a Due Date of today at 9pm, and set repeating every day. I did it but it doesn't help |
ishayahu |
If I want have task which is actual every evening on 21:00, how can I do it? I wan't see it till that time
|
ishayahu |
Posted Feb 08, 2016 in: Why I can't set alarm not related to due date?
Score: 3
It would be more better if I can set alarm to any time and date which I need.
For example, if due date for task is 01/12/16 and I need make a call about that task on 01/06/16 at 15:00 it will be better if I can set alarm on that time. I understand that I can make subtask, but it is not always clearly way |
ishayahu |
Posted Jan 27, 2016 in: Android Apps and the timer ?
Score: 1
I wait for it to
|