Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Waze API download

DannyLau
6 - Meteoroid

Hi Community,

 

I'm trying to download data from the Waze API in either JSON or XML, but running into an error.  I am using the download tool

 

Error: Download (2): Error transferring data: Failed writing received data to disk/application

 

Here are the API calls, both return data in a browser.

 

JSON

https://na-georss.waze.com/rtserver/web/TGeoRSS?tk=ccp_partner&ccp_partner_name=PARTNERNAME&format=J...

 

XML

https://na-georss.waze.com/rtserver/web/TGeoRSS?tk=ccp_partner&ccp_partner_name=PARTNERNAME&format=X...

 

For the XML, there is a XSLT style sheet file that we developed that goes with it if required.

 

Thanks

 

 

 

 

2 REPLIES 2
Maskell_Rascal
13 - Pulsar

Hi @DannyLau 

 

I've looked around the community boards with this issue, and it appears to be fairly common. Most solutions suggest scrapping the Download tool and using cURL and the Run Command tool. 

 

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/APIs-in-Alteryx-cURL-and-Download-T...

DannyLau
6 - Meteoroid

Thanks @Maskell_Rascal, I'll try this out

Labels