<?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 i am  get base 64 file data ? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187384#M7970</link>
    <description>&lt;P&gt;Hello Steave ,&lt;BR /&gt;how i download a file from dropbox?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jun 2016 20:22:22 GMT</pubDate>
    <dc:creator>sudip k.</dc:creator>
    <dc:date>2016-06-01T20:22:22Z</dc:date>
    <item>
      <title>how i am  get base 64 file data ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187382#M7968</link>
      <description>&lt;P&gt;i am creating &amp;nbsp;a IOS application.and i am using dropbox API for getting file(PDF,DOC) on dropbox and i want to send this file on server on base 64. i &amp;nbsp;get all file(PDF,DOC) lists name.but i don't understand how i get the file on base64 format?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:33:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187382#M7968</guid>
      <dc:creator>sudip k.</dc:creator>
      <dc:date>2019-05-29T09:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: how i am  get base 64 file data ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187383#M7969</link>
      <description>&lt;P&gt;Downloading a file using the Dropbox API will give you the raw bytes of the file. If you want to then convert that to Base64, you'll have to do that yourself.&amp;nbsp;Here's an example&amp;nbsp;I found&amp;nbsp;by searching for "ios base64":&amp;nbsp;&lt;A href="http://iosdevelopertips.com/core-services/encode-decode-using-base64.html" rel="nofollow noreferrer"&gt;http://iosdevelopertips.com/core-services/encode-decode-using-base64.html&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 23:37:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187383#M7969</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2016-05-31T23:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: how i am  get base 64 file data ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187384#M7970</link>
      <description>&lt;P&gt;Hello Steave ,&lt;BR /&gt;how i download a file from dropbox?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 20:22:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187384#M7970</guid>
      <dc:creator>sudip k.</dc:creator>
      <dc:date>2016-06-01T20:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: how i am  get base 64 file data ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187385#M7971</link>
      <description>&lt;P&gt;That depends on which SDK you're using, but&amp;nbsp;the tutorial for that SDK should show you how to do that. E.g. the "Downloading files" section of&amp;nbsp;&lt;A href="https://www.dropbox.com/developers-v1/core/start/ios" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers-v1/core/start/ios&lt;/A&gt; or the "Try some API requests" section of&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/swift#tutorial" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/swift#tutorial&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 23:04:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187385#M7971</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2016-06-01T23:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: how i am  get base 64 file data ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187386#M7972</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;STRONG class="comment-author" title="Steve M."&gt;Steve&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;i want to show my pdf,doc file and created any folder inside dropbox.here i got list of pdf file and doc file but i does not get any solution how to show folder.plz steve help me.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;this code i am using for showing doc , pdf file and i want show folder.which extension i use for showing folder?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;NSArray&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;* validExtensions = [&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;NSArray&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;arrayWithObjects&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;@"pdf"&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;@"docx"&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;,&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;@"doc"&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;,&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;nil&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;];&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 14:07:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187386#M7972</guid>
      <dc:creator>sudip k.</dc:creator>
      <dc:date>2016-06-03T14:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: how i am  get base 64 file data ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187387#M7973</link>
      <description>&lt;P&gt;This question seems unrelated to the original question in this thread. Please&amp;nbsp;create a new post to&amp;nbsp;ask a new question.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2016 00:24:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187387#M7973</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2016-06-04T00:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: how i am  get base 64 file data ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187388#M7974</link>
      <description>&lt;P&gt;ok.. thank u&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2016 00:30:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-i-am-get-base-64-file-data/m-p/187388#M7974</guid>
      <dc:creator>sudip k.</dc:creator>
      <dc:date>2016-06-04T00:30:49Z</dc:date>
    </item>
  </channel>
</rss>

