<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SurveyMonkey Document Download in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2722#M1248</link>
    <description>&lt;P&gt;What's the question?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2022 03:19:08 GMT</pubDate>
    <dc:creator>roland-daane</dc:creator>
    <dc:date>2022-04-19T03:19:08Z</dc:date>
    <item>
      <title>SurveyMonkey Document Download</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2721#M1247</link>
      <description>&lt;P&gt;I am working on a SurveyMonkey integration that is looking to download any documents (typically PDFs) that are loaded into response answers. I'm able to extract a"download_URL" value using "https://api.surveymonkey.net/v3/surveys/{Survey ID Datapill}/responses/{Respondent ID}/details?simple=true".  &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The document download URL retrieved is NOT an API endpoint, but rather can be navigated to for a direct automatic download (provided a user session is active).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;When testing this using the "Get Files from URL" utility connector, the step does not error, but when I try and use the file contents to upload to another platform, I recieve an error that should not occur if the file was downloaded correctly initially.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;"Get Files from URL" says it requires a publicly-accessible URL, but has anyone ever used it to extract a file from a platform you were previously authenticated for within that recipe? If not, any recommendations on how to download a file from an authenticated app that does not provide an API GET endpoint for that file.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 03:13:09 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2721#M1247</guid>
      <dc:creator>dan-lowry</dc:creator>
      <dc:date>2022-04-19T03:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: SurveyMonkey Document Download</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2722#M1248</link>
      <description>&lt;P&gt;What's the question?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 03:19:08 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2722#M1248</guid>
      <dc:creator>roland-daane</dc:creator>
      <dc:date>2022-04-19T03:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: SurveyMonkey Document Download</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2723#M1249</link>
      <description>&lt;P&gt;Can "Get Files from URL" utility connector be used to extract a file from a platform you were previously authenticated for within that recipe? If not, any recommendations on how to download a file from an authenticated app that does not provide an API GET endpoint for that file. Just trying to see if I missed an outside the box possibility.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 03:27:01 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2723#M1249</guid>
      <dc:creator>dan-lowry</dc:creator>
      <dc:date>2022-04-19T03:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: SurveyMonkey Document Download</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2724#M1250</link>
      <description>&lt;P&gt;Maybe an idea to embed some python which can download a file from a url.&lt;BR /&gt;The embed that python in a recipe.&lt;BR /&gt;&lt;BR /&gt;Idea?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 03:30:10 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2724#M1250</guid>
      <dc:creator>roland-daane</dc:creator>
      <dc:date>2022-04-19T03:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: SurveyMonkey Document Download</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2725#M1251</link>
      <description>&lt;P&gt;Definitely a possibility. I have been discussing that with my team, but wanted to see if there were any other known solutions before creating our own ruby or python script. &lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 03:36:22 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2725#M1251</guid>
      <dc:creator>dan-lowry</dc:creator>
      <dc:date>2022-04-19T03:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: SurveyMonkey Document Download</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2726#M1252</link>
      <description>&lt;P&gt;When the File Content is downloaded, you cannot use the [File Content] datapill directly to upload to another platform. &lt;/P&gt;&lt;P&gt;You should use [File Content].encode_base64 in formula mode. &lt;/P&gt;&lt;P&gt;More details in documentation: https://docs.workato.com/features/handling-binary-files.html#base64-encoding&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 13:51:44 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/surveymonkey-document-download/m-p/2726#M1252</guid>
      <dc:creator>james-ng</dc:creator>
      <dc:date>2022-04-19T13:51:44Z</dc:date>
    </item>
  </channel>
</rss>

