<?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: URI Google Drive in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200410#M2909</link>
    <description>I'm stuck at this same point. Any resolution?</description>
    <pubDate>Thu, 23 Mar 2017 19:08:08 GMT</pubDate>
    <dc:creator>howie</dc:creator>
    <dc:date>2017-03-23T19:08:08Z</dc:date>
    <item>
      <title>URI Google Drive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200407#M2906</link>
      <description>Hi guys,&lt;BR /&gt;I need help here. I'm trying to set up the credentials in google APIs&amp;nbsp;to create a tgoogledrive component in TALEND but I don't know what is the uri. Does someone know what I have to write there?&lt;BR /&gt;An example would help.&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 15 Feb 2017 18:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200407#M2906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-15T18:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: URI Google Drive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200408#M2907</link>
      <description>Hi, 
&lt;BR /&gt;What's&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tgoogledrive component do you want to create? Are you referring to&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Authorized redirect URIs&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;?&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Have you checked the document about how to get the access token for google drive:&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;A href="https://help.talend.com//pages/viewpage.action?pageId=272768980#tgoogledriveconnection_getting_access_token" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;btaining an access token for Google Drive&lt;/A&gt;? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 16 Feb 2017 07:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200408#M2907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-16T07:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: URI Google Drive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200409#M2908</link>
      <description>Thanks for your answer.&amp;nbsp; 
&lt;BR /&gt;Finally I could create the acces token 
&lt;BR /&gt;The point is I want to load data from a Google Drive's sheet. It's a master table but I don't know how to use the tGoogleDriveConnection and the tGoogleDriveGet components.&amp;nbsp; 
&lt;BR /&gt;I don't know what I'm doing wrong. 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/414177/blob.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDGZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130999iF058372ECC92F54A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDGZ.png" alt="0683p000009MDGZ.png" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/414177/1_20170216-0101.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDLD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156663iED2CCEA0D5803125/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDLD.jpg" alt="0683p000009MDLD.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/A&gt; 
&lt;BR /&gt;Now gives me this error: 
&lt;BR /&gt;Exception in component tGoogleDriveGet_1 
&lt;BR /&gt;java.lang.IllegalArgumentException: java.net.MalformedURLException 
&lt;BR /&gt;at com.google.api.client.http.GenericUrl.parseURL(GenericUrl.java:638) 
&lt;BR /&gt;at com.google.api.client.http.GenericUrl.&amp;lt;init&amp;gt;(GenericUrl.java:114) 
&lt;BR /&gt;at practicing_connections.google_0_1.GOOGLE.tGoogleDriveGet_1Process(GOOGLE.java:617) 
&lt;BR /&gt;at practicing_connections.google_0_1.GOOGLE.runJobInTOS(GOOGLE.java:976) 
&lt;BR /&gt;at practicing_connections.google_0_1.GOOGLE.main(GOOGLE.java:821) 
&lt;BR /&gt;Caused by: java.net.MalformedURLException 
&lt;BR /&gt;at java.net.URL.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt;at java.net.URL.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt;at java.net.URL.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt;at com.google.api.client.http.GenericUrl.parseURL(GenericUrl.java:636) 
&lt;BR /&gt;... 4 more 
&lt;BR /&gt;Caused by: java.lang.NullPointerException 
&lt;BR /&gt;... 8 more</description>
      <pubDate>Thu, 16 Feb 2017 09:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200409#M2908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-16T09:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: URI Google Drive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200410#M2909</link>
      <description>I'm stuck at this same point. Any resolution?</description>
      <pubDate>Thu, 23 Mar 2017 19:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200410#M2909</guid>
      <dc:creator>howie</dc:creator>
      <dc:date>2017-03-23T19:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: URI Google Drive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200411#M2910</link>
      <description>Hi&amp;nbsp;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;howie.shain,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;What's your current job look like? Could you post your job design screenshots into forum which will be helpful for us to address your issue.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 24 Mar 2017 06:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200411#M2910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-24T06:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: URI Google Drive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200412#M2911</link>
      <description>I'm just testing the component. I'm using the same as pictured above by Juan.</description>
      <pubDate>Fri, 24 Mar 2017 13:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200412#M2911</guid>
      <dc:creator>howie</dc:creator>
      <dc:date>2017-03-24T13:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: URI Google Drive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200413#M2912</link>
      <description>I've written a tutorial on this using standard Talend components without the tGoogle ones. It was written a while back and the Google Dashboard has changed a little, but the job that is included still works. This may be of use, it may not. But at the very least you can compare your parameters and results with a different method that works (re-tested last night for another reason). 
&lt;BR /&gt;By the way, this way of working enables Talend to get it's own refresh token and use after the first run. Therefore you will never need to worry about generating an access token again. You can probably use this in combination with the tGoogle components actually. 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;Hope it is of use. 
&lt;BR /&gt; 
&lt;A href="https://www.rilhia.com/tutorials/using-oauth-20-talend-access-google-apis" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/tutorials/using-oauth-20-talend-access-google-apis&lt;/A&gt;</description>
      <pubDate>Fri, 24 Mar 2017 14:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URI-Google-Drive/m-p/2200413#M2912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-24T14:11:42Z</dc:date>
    </item>
  </channel>
</rss>

