<?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: How to post a picture with an API (authorization : Bearer token) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345578#M113085</link>
    <description>&lt;P&gt;I am always blocked on this topic.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jun 2021 15:33:57 GMT</pubDate>
    <dc:creator>Swiip</dc:creator>
    <dc:date>2021-06-03T15:33:57Z</dc:date>
    <item>
      <title>How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345561#M113068</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to post a picture (.jpg file) using an api with Talend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Maybe i have to use a tRESTClient with the method POST. But if i use this component how to indicate the file to upload ? &lt;/LI&gt;&lt;LI&gt;Maybe i have to use a tFileFetch with the method POST. But if i use this component i can check the box for the authentification (in advanced parameter) but i can see only User and Password. But i have to use a bearer token. How to use the token ?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345561#M113068</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2024-11-16T00:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345562#M113069</link>
      <description>&lt;P&gt;Hi, use tRestclient with bear token auth , you have to look a the  documentation of your api to see example of what you want.&lt;/P&gt;&lt;P&gt;Send me Love and Kudos&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 15:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345562#M113069</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-05-25T15:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345563#M113070</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The documentation :&lt;/P&gt;&lt;P&gt;SetPictureUser&lt;/P&gt;&lt;P&gt;Body: (Form-data)&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;UPN : Identifier is UserPrincipalName, equivalent to email&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Image (IFormFile of image 400x400)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Returns: &lt;B&gt;ResultInfo&lt;/B&gt; Item&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;ResultInfo&lt;/B&gt; item&lt;/P&gt;&lt;P&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;IsSuccess (Boolean)&lt;/P&gt;&lt;P&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Message (Text)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used this below but if i look the code i have the error on this :&lt;/P&gt;&lt;P&gt;webClient_tRESTClient_3.query("Image" ,"C:\Users\c_acccma\300000052847554_400.jpg");&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000F8tqrAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137573i45BB5EDE148F0B7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000F8tqrAAB.png" alt="0695b00000F8tqrAAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 09:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345563#M113070</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-05-26T09:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345564#M113071</link>
      <description>&lt;P&gt;I replaced the path "C:\Users\c_acccma\300000052847554_400.jpg"&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;P&gt;"C:/Users/c_acccma/300000052847554_400.jpg"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's better but now i have the error :&lt;/P&gt;&lt;P&gt;mai 26, 2021 2:55:13 PM org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean buildServiceFromClass&lt;/P&gt;&lt;P&gt;INFOS: Creating Service {http://www.talend.org/esb/sam/MonitoringService/v1}MonitoringServiceService from class org.talend.esb.sam.monitoringservice.v1.MonitoringService&lt;/P&gt;&lt;P&gt;mai 26, 2021 2:55:15 PM org.apache.cxf.ws.addressing.ContextUtils retrieveMAPs&lt;/P&gt;&lt;P&gt;AVERTISSEMENT: WS-Addressing - failed to retrieve Message Addressing Properties from context&lt;/P&gt;&lt;P&gt;mai 26, 2021 2:55:15 PM org.talend.esb.sam.agent.collector.EventCollector sendEvents&lt;/P&gt;&lt;P&gt;INFOS: Put events(1) to Monitoring Server.&lt;/P&gt;&lt;P&gt;Exception in component tRESTClient_3 (PostPicture)&lt;/P&gt;&lt;P&gt;javax.ws.rs.WebApplicationException: HTTP 400 Bad Request&lt;/P&gt;&lt;P&gt;	at prj_mch.postpicture_0_1.PostPicture.tRESTClient_3Process(PostPicture.java:1749)&lt;/P&gt;&lt;P&gt;	at prj_mch.postpicture_0_1.PostPicture.runJobInTOS(PostPicture.java:5087)&lt;/P&gt;&lt;P&gt;	at prj_mch.postpicture_0_1.PostPicture.main(PostPicture.java:4779)&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 13:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345564#M113071</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-05-26T13:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345565#M113072</link>
      <description>&lt;P&gt;In fact in Postman i select the file and the type of the field "Image" is a file. But with Talend i indicate the path. So maybe the problem is here. &lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 13:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345565#M113072</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-05-26T13:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345566#M113073</link>
      <description>&lt;P&gt;I don't know how to do this because i have to send 2 fields : an email and the .jpg file. In Postman i can see "form-data" in the body. But how to do this in Talend ?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 14:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345566#M113073</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-05-26T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345567#M113074</link>
      <description>&lt;P&gt;Does your request work on postman ? you can try to add the header parameter you have in postman in your trestclient.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 07:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345567#M113074</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-05-27T07:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345568#M113075</link>
      <description>&lt;P&gt;The request works on Postman.&lt;/P&gt;&lt;P&gt;I added the same header except Authorization, Postman-Token and User-Agent.&lt;/P&gt;&lt;P&gt;Talend :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000F97tzAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154312i20982E82DF1E7303/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000F97tzAAB.png" alt="0695b00000F97tzAAB.png" /&gt;&lt;/span&gt;Postman :&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000F97tkAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136125i75F5ED090E87A2CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000F97tkAAB.png" alt="0695b00000F97tkAAB.png" /&gt;&lt;/span&gt;But i have the error :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000F97unAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132038iDC2AC7B27CA819C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000F97unAAB.png" alt="0695b00000F97unAAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 09:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345568#M113075</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-05-27T09:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345569#M113076</link>
      <description>&lt;P&gt;don't use those who have the value calculated when request is sent&lt;/P&gt;&lt;P&gt;for content-type keep multipart but throw the boundary part)&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 09:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345569#M113076</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-05-27T09:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345570#M113077</link>
      <description>&lt;P&gt;if you sned data via body you have to set one to send to the trestclient&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 09:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345570#M113077</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-05-27T09:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345571#M113078</link>
      <description>&lt;P&gt;after few schearch , it seems tfilefetch can upload file , maybe it's a better solution than trestclient&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 09:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345571#M113078</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-05-27T09:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345572#M113079</link>
      <description>&lt;P&gt;But with tFileFetch we haven't the option to use a token. &lt;/P&gt;&lt;P&gt;In the advanced parameters i can see only authentification with user and password.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 09:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345572#M113079</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-05-27T09:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345573#M113080</link>
      <description>&lt;P&gt;add it on the header : key: Authorization value: Bearer (your bear token)&lt;/P&gt;&lt;P&gt;you can see it on the postman header of your request&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 09:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345573#M113080</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-05-27T09:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345574#M113081</link>
      <description>&lt;P&gt;With the tRESTClient i deleted those who have the value calculated when request is sent. And now i have the error HTTP 302 found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok i will try with the tFileFetch.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 10:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345574#M113081</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-05-27T10:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345575#M113082</link>
      <description>&lt;P&gt;I tried with the tFileFetch but i have a 302 error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000F98eCAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130377i733E6DEDF5AC0416/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000F98eCAAR.png" alt="0695b00000F98eCAAR.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000F98eHAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135302i6012231778445108/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000F98eHAAR.png" alt="0695b00000F98eHAAR.png" /&gt;&lt;/span&gt;﻿&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000F98eWAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143896i4A98A28CE3A336B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000F98eWAAR.png" alt="0695b00000F98eWAAR.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 12:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345575#M113082</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-05-27T12:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345576#M113083</link>
      <description>&lt;P&gt;check the checkbox : Supporter la redirection&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 14:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345576#M113083</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-05-27T14:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345577#M113084</link>
      <description>&lt;P&gt;I checked the box "Supporter la redirection" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The picture is not uploaded and i have this message :&lt;/P&gt;&lt;P&gt;Starting job PostPicture at 17:04 27/05/2021.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3730&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;/P&gt;&lt;P&gt;mai 27, 2021 5:04:59 PM org.apache.commons.httpclient.HttpMethodBase processResponseHeaders&lt;/P&gt;&lt;P&gt;AVERTISSEMENT: Cookie rejected: "$Version=0; .AspNetCore.Correlation.WsFederation.TJA834Kl8XKQzyAn0QTbmFdU17466oVHhAKXW0L0nTc=N; $Path=/signin-wsfed". Illegal path attribute "/signin-wsfed". Path of origin: "/sync/SetPictureUser"&lt;/P&gt;&lt;P&gt;mai 27, 2021 5:04:59 PM org.apache.commons.httpclient.HttpMethodDirector isRedirectNeeded&lt;/P&gt;&lt;P&gt;INFOS: Redirect requested but followRedirects is disabled&lt;/P&gt;&lt;P&gt;Redirect to: https://fed.plop.com/adfs/ls/?wtrealm=https%3A%2F%2Fpreprod-monprofil.plop.com&amp;amp;wa=wsignin1.0&amp;amp;wreply=https%3A%2F%2Fpreprod-monprofil.plop.com%2Fsignin-wsfed&amp;amp;wctx=CfDJ8Lk1mSvqXe1BhWaRY4j4lNrJQSydG_-17YRh2vqMQg_6bXUgHzgpzLCKxqUUZDmZMLJ-Th1IefDDJueqspumCx903pdj0iaa-AOeM_LBYIj3FLHgREDZEChkvnP-eswDmHgCwF2bJ6rSnXtNUf6rYnth_OIl8ztdk9KY3mbVPbjmCzZ7kprXaDGf4jEe3InDtUeFpbNR_IbBR8elI56H4BYz2G34QtxUNZ-4hcPXBPco9i18BHOCnO5MayOl2lJWRq0wttUeg-UIQqBfVqK3uSM&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Job PostPicture ended at 17:04 27/05/2021. [exit code&amp;nbsp;= 0]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 15:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345577#M113084</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-05-27T15:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345578#M113085</link>
      <description>&lt;P&gt;I am always blocked on this topic.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 15:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345578#M113085</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-06-03T15:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345579#M113086</link>
      <description>&lt;P&gt;I saw this post https://community.talend.com/s/question/0D53p00007vCqSWCA0/passing-multipart-form-data-in-talend&lt;/P&gt;&lt;P&gt;So i think it's possible with tRestClient.&lt;/P&gt;&lt;P&gt;I tried again and i have the message :&lt;/P&gt;&lt;P&gt;"Exception in component tRESTClient_3 (PostPicture)&lt;/P&gt;&lt;P&gt;javax.ws.rs.WebApplicationException: HTTP 302 Found&lt;/P&gt;&lt;P&gt;	at prj_mch.postpicture_0_1.PostPicture.tRESTClient_3Process(PostPicture.java:1748)&lt;/P&gt;&lt;P&gt;	at prj_mch.postpicture_0_1.PostPicture.runJobInTOS(PostPicture.java:5086)&lt;/P&gt;&lt;P&gt;	at prj_mch.postpicture_0_1.PostPicture.main(PostPicture.java:4778)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 12:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345579#M113086</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-06-08T12:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a picture with an API (authorization : Bearer token)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345580#M113087</link>
      <description>&lt;P&gt;In fact i think i have 2 problems.&lt;/P&gt;&lt;P&gt;1) Problem of access (HTTP 302 found) &lt;/P&gt;&lt;P&gt;2) In the parameter "Image" of the API i put the path of the file but we need to put directly the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone can help me to find how to put a file in a parameter of an api with Talend ? and not just the path of the file. So for the point 2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 16:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-post-a-picture-with-an-API-authorization-Bearer-token/m-p/2345580#M113087</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-06-09T16:42:51Z</dc:date>
    </item>
  </channel>
</rss>

