Qadir Hussain

Results 17 comments of Qadir Hussain

@dgngulcan In a comment you have said that `I found out the orientation is right when you don't turn it into bitmap but use is as file.` I want to...

Mee too facing this issue, I am creating a webhook for my localhost, like `http://localhost:8080/list_webhook` but its not getting invoked on create new task in a certain list event. **Update**...

@passuf can you help me regrading the webhook. I want my webhook to be invoked when a certain task's due date/time is reached. basically I am working on a reminder...

curl -d '{"file_name":"image_lv.png", "file_size":32000, "content_type":"image/png"}' -H "Content-Type: application/json" -H "X-Access-Token: [YOUR_ACCESS_TOKEN]" -H "X-Client-ID: [YOUR_CLIENT_ID]" -X POST https://a.wunderlist.com/api/v1/uploads Response ``` { "id":194995777, "user_id":83893571, "state":"new", "type":"upload", "expires_at":"2018-05-18T10:15:23.609Z", "part":{ "url":"https://upload.wunderlist.io/9a28bb30-3cb1-0136-bc97-22000a5bc116-1526638223-561467?partNumber=1&uploadId=_FK8Y3M0ljnCJfng4GfieQD6ihmj5DivjhZ8XJdjCe9TxLKMBxyP7.UGHYfbqG4CzJ_b1wmE99ydqwtJVKyTLhoHbx2.jo.Y5zI2USrgPldmstGsqff_2GcbLs4Xkume", "date":"Fri, 18 May...

Hi @RichardTwit I am trying to update the title of my task. can you share your patch CURL command please. I am trying with API nodejs. using code below. ```...

Update: I was doing wrong. here is the code which worked for me like a charm :) ``` updateTaskProperties(data) { let original_title = data.title; let updated_title = original_title + "#taskId:"...

Hey @miguelhasse did you found any solution? I am getting error in creating the file after upload step. see my question. https://github.com/wunderlist/wunderlist.js/issues/21

> No i did more, @netunlimited Could you please try this, > implementation "com.github.sachinvarma:continuous-audiorecorder:v1.3.3.3" and let me know whether it works for you or not. @sachinvarma can you please tell...