<?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: tGoogleDriveGet 404 Not Found in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364612#M128331</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Which OAuth method are you using to access to Google Drive? Are you getting any connection error after you make all the necessary configurations on google side while you test the connection?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 20 Nov 2023 02:01:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-11-20T02:01:07Z</dc:date>
    <item>
      <title>tGoogleDriveGet 404 Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364611#M128330</link>
      <description>&lt;P&gt;I've set up a tGoogleDriveConnection with the OAuth Method and that works as far as i can tell. However, tGoogleDriveGet&amp;nbsp;returns a 404 error when trying to get a file by Id which i know exists. Also tGoogleDriveList returns nothing and no error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The service account have access to the drive in question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Studio 7.3.1-R2022-06&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception in component tGoogleDriveGet_1 (google_docs)&lt;/P&gt;&lt;P&gt;com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found&lt;/P&gt;&lt;P&gt;GET &lt;A href="https://www.googleapis.com/drive/v3/files/1v0b2tF5Vhq78ox2dh1XMq4GQiMpx8P5rWzw6ztdSsJI?fields=id,mimeType,fileExtension&amp;amp;supportsAllDrives=false" target="_blank"&gt;https://www.googleapis.com/drive/v3/files/1v0b2tF5Vhq78ox2dh1XMq4GQiMpx8P5rWzw6ztdSsJI?fields=id,mimeType,fileExtension&amp;amp;supportsAllDrives=false&lt;/A&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;"code" : 404,&lt;/P&gt;&lt;P&gt;&amp;nbsp;"errors" : [ {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"domain" : "global",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"location" : "fileId",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"locationType" : "parameter",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"message" : "File not found: 1v0b2tF5Vhq78ox2dh1XMq4GQiMpx8P5rWzw6ztdSsJI.",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"reason" : "notFound"&lt;/P&gt;&lt;P&gt;&amp;nbsp;} ],&lt;/P&gt;&lt;P&gt;&amp;nbsp;"message" : "File not found: 1v0b2tF5Vhq78ox2dh1XMq4GQiMpx8P5rWzw6ztdSsJI."&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;	at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:146)&lt;/P&gt;&lt;P&gt;	at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:118)&lt;/P&gt;&lt;P&gt;	at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:37)&lt;/P&gt;&lt;P&gt;	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:428)&lt;/P&gt;&lt;P&gt;	at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1108)&lt;/P&gt;&lt;P&gt;	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:514)&lt;/P&gt;&lt;P&gt;	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:455)&lt;/P&gt;&lt;P&gt;	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:565)&lt;/P&gt;&lt;P&gt;	at org.talend.components.google.drive.runtime.GoogleDriveUtils.getMetadata(GoogleDriveUtils.java:122)&lt;/P&gt;&lt;P&gt;	at org.talend.components.google.drive.runtime.GoogleDriveUtils.getResource(GoogleDriveUtils.java:456)&lt;/P&gt;&lt;P&gt;	at org.talend.components.google.drive.runtime.GoogleDriveGetReader.start(GoogleDriveGetReader.java:72)&lt;/P&gt;&lt;P&gt;	at org.talend.codegen.flowvariables.runtime.FlowVariablesReader.start(FlowVariablesReader.java:73)&lt;/P&gt;&lt;P&gt;	at unidays_main_project.google_docs_0_1.google_docs.tGoogleDriveGet_1Process(google_docs.java:1730)&lt;/P&gt;&lt;P&gt;	at unidays_main_project.google_docs_0_1.google_docs.tGoogleDriveConnection_1Process(google_docs.java:1156)&lt;/P&gt;&lt;P&gt;	at unidays_main_project.google_docs_0_1.google_docs.runJobInTOS(google_docs.java:3145)&lt;/P&gt;&lt;P&gt;	at unidays_main_project.google_docs_0_1.google_docs.main(google_docs.java:2419)&lt;/P&gt;&lt;P&gt;[FATAL]: unidays_main_project.google_docs_0_1.google_docs - tGoogleDriveGet_1 404 Not Found&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364611#M128330</guid>
      <dc:creator>MattE</dc:creator>
      <dc:date>2024-11-15T21:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: tGoogleDriveGet 404 Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364612#M128331</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Which OAuth method are you using to access to Google Drive? Are you getting any connection error after you make all the necessary configurations on google side while you test the connection?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 02:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364612#M128331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-20T02:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: tGoogleDriveGet 404 Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364613#M128332</link>
      <description>&lt;P&gt;Hi @Xiaodi Shi​&amp;nbsp;thanks I'm using the service account method. No error on the tGoogleDriveConnection component, it completes with OnSubjobOk and moves onto the tGoogleDriveGet component which produces the 404 error. &lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 11:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364613#M128332</guid>
      <dc:creator>MattE</dc:creator>
      <dc:date>2023-11-20T11:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: tGoogleDriveGet 404 Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364614#M128333</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Would you mind posting your job design screenshots on community which will be helpful for us to understand your current situation and address your issue?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 01:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364614#M128333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-21T01:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: tGoogleDriveGet 404 Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364615#M128334</link>
      <description>&lt;P&gt;Yeah thanks - here's the job&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000skWrPAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139797iD23CCBC83D7024F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000skWrPAAU.png" alt="0695b00000skWrPAAU.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 10:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364615#M128334</guid>
      <dc:creator>MattE</dc:creator>
      <dc:date>2023-11-21T10:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: tGoogleDriveGet 404 Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364616#M128335</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As Google Drive API requires that users are authenticated, you are able to download or upload files into it?&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.google.com/drive/api/v3/about-auth" alt="https://developers.google.com/drive/api/v3/about-auth" target="_blank"&gt;https://developers.google.com/drive/api/v3/about-auth&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 04:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2364616#M128335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-22T04:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: tGoogleDriveGet 404 Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2500698#M141688</link>
      <description>&lt;P&gt;I'm having the same problem.&amp;nbsp; Issue for me is not authentication.&amp;nbsp; The issue is that the&amp;nbsp;tgoogledriveget compenent is adding a period ('.') to the id in the url which changes it.&amp;nbsp; Looks like that is happening to yours as well.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 20:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2500698#M141688</guid>
      <dc:creator>Steve_Cannon</dc:creator>
      <dc:date>2025-01-09T20:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: tGoogleDriveGet 404 Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2517125#M147525</link>
      <description>&lt;P&gt;so funny i google this problem again and this thread of mine came top. Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/278214"&gt;@Steve_Cannon&lt;/a&gt;&amp;nbsp;i missed your comment last time but you are 100% right.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone from Qlik any idea why these components are adding a period to the filename?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The filename is typed in as&amp;nbsp;&lt;SPAN&gt;1v0b2tF5Vhq78ox2dh1XMq4GQiMpx8P5rWzw6ztdSsJI but you can clearly see in the error that Talend is adding a period on the end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;"message" : "File not found: 1v0b2tF5Vhq78ox2dh1XMq4GQiMpx8P5rWzw6ztdSsJI.",&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 11:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tGoogleDriveGet-404-Not-Found/m-p/2517125#M147525</guid>
      <dc:creator>MattE</dc:creator>
      <dc:date>2025-05-08T11:35:05Z</dc:date>
    </item>
  </channel>
</rss>

