<?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: response as undefinedundefined in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/response-as-undefinedundefined/m-p/643220#M3076</link>
    <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1598186"&gt;@bspindia&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@D88F213CAFB196B6AB70612B08AD9D31/emoticons/1f601.png" alt=":beaming_face_with_smiling_eyes:" title=":beaming_face_with_smiling_eyes:" /&gt; Your file comes uploaded correct, seems. If this file is image, as you're stating, missing proper file extension in the file name can disturb the file handling/previewing on Dropbox site (in spite it's still valid). 🤷 Unfortunately, Dropbox isn't so smart. That's why don't forget set proper file extension whenever possible! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; Otherwise don't rely on proper Dropbox processing (including preview) more than just storage.&lt;/P&gt;</description>
    <pubDate>Sun, 11 Dec 2022 20:04:33 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2022-12-11T20:04:33Z</dc:date>
    <item>
      <title>response as undefinedundefined</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/response-as-undefinedundefined/m-p/643216#M3075</link>
      <description>&lt;P&gt;i am getting this response, and image is not uploading to give path&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"name": "undefinedundefined",&lt;BR /&gt;"path_lower": "/undefinedundefined",&lt;BR /&gt;"path_display": "/undefinedundefined",&lt;BR /&gt;"id": "id:Dklv8Y9b8_sAAAAAAAAALA",&lt;BR /&gt;"client_modified": "2022-12-11T19:09:18Z",&lt;BR /&gt;"server_modified": "2022-12-11T19:09:18Z",&lt;BR /&gt;"rev": "015ef921f9e8a30000000028cbc87e0",&lt;BR /&gt;"size": 222652,&lt;BR /&gt;"is_downloadable": true,&lt;BR /&gt;"content_hash": "10155378dc9b80f6c6a24fba6d4d4e5821fda492053d3f318817f03f09f92662"&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 18:59:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/response-as-undefinedundefined/m-p/643216#M3075</guid>
      <dc:creator>bspindia</dc:creator>
      <dc:date>2022-12-12T18:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: response as undefinedundefined</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/response-as-undefinedundefined/m-p/643220#M3076</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1598186"&gt;@bspindia&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@D88F213CAFB196B6AB70612B08AD9D31/emoticons/1f601.png" alt=":beaming_face_with_smiling_eyes:" title=":beaming_face_with_smiling_eyes:" /&gt; Your file comes uploaded correct, seems. If this file is image, as you're stating, missing proper file extension in the file name can disturb the file handling/previewing on Dropbox site (in spite it's still valid). 🤷 Unfortunately, Dropbox isn't so smart. That's why don't forget set proper file extension whenever possible! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; Otherwise don't rely on proper Dropbox processing (including preview) more than just storage.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 20:04:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/response-as-undefinedundefined/m-p/643220#M3076</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-12-11T20:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: response as undefinedundefined</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/response-as-undefinedundefined/m-p/643429#M3077</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1598186"&gt;@bspindia&lt;/a&gt; As Здравко mentioned, you need to set the file extension (and name) when uploading to Dropbox via the API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, when uploading using &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_blank"&gt;the /2/files/upload endpoint&lt;/A&gt;, you should set the full path, including file name and extension, of where you want to upload the file in the "path" parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the output you shared, the resulting path is "/undefinedundefined", so it appears you have not properly set the path, name, and extension for the file when uploading it. (It looks like you attempted to set the path to two undefined values that you joined.) You'll need to fix your code to set that properly.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:53:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/response-as-undefinedundefined/m-p/643429#M3077</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-12-12T16:53:51Z</dc:date>
    </item>
  </channel>
</rss>

