
Luke Smith
-
Total activity11
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes2
-
Subscriptions2
Activity overview
Latest activity by Luke Smith-
Luke Smith created a post,
CORS error after successfully creating ticket
I'm having an issue with returning a response after creating a ticket. Note, the ticket gets created in Zendesk, so everything works except returning a response back to the browser. Here's my code:...
-
Luke Smith commented,
Eric Nelson You rock! That worked perfectly. The thumbnails in Zendesk tickets now download a valid file that can be opened. We can close this ticket. Really appreciate it!
-
Luke Smith commented,
That's right yep.. using AJAX to send POST request to Zendesk api. :)
-
Luke Smith commented,
Hey Eric Nelson, I'm trying to upload a PDF file, but will need ability to upload docx, png etc. as well.
-
Luke Smith commented,
I'm at a loss here. The file continues to not work. Here's my latest ajax code for creating upload/attachment: { url: "https://{obscured}.zendesk.com/api/v2/uploads?filename="+file_name, type...
-
Luke Smith commented,
Thanks for the reply Serge BERTAINA DUBOIS Unfortunately that didn't work. :(
-
Luke Smith created a post,
Ticket attachment file not working after download
AnsweredI'm using the attachment and ticket api for creating a Zendesk ticket with an attachment. The ticket gets created successfully and even generates a thumbnail for the attached file with the correct ...