<?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: Load Images stored in Dropbox folders  in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35142#M1076</link>
    <description>&lt;P&gt;@Hash Code I, &lt;/P&gt;

&lt;P&gt;Did you managed to do this using Core API? Please let me know. i am also looking the same solution. Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2015 13:45:14 GMT</pubDate>
    <dc:creator>Amarnath T.</dc:creator>
    <dc:date>2015-04-13T13:45:14Z</dc:date>
    <item>
      <title>Load Images stored in Dropbox folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35137#M1071</link>
      <description>&lt;P&gt;I have developed an android Application to load images from URL. Now, I plan to integrate Dropbox API with it. I want the app to dynamically load folders and files from my Dropbox to show on user's respective devices each time the app opens. So, I need help for deciding whether to go for Core API or Sync API.&lt;BR /&gt;
Also, is this idea feasible enough (if not please suggest alternatives) &amp;amp; would this violate Dropbox TOS?&lt;BR /&gt;
Please help.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:43:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35137#M1071</guid>
      <dc:creator>Hash Code I.</dc:creator>
      <dc:date>2019-05-29T09:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load Images stored in Dropbox folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35138#M1072</link>
      <description>&lt;P&gt;Moved to the API forum.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 03:24:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35138#M1072</guid>
      <dc:creator>Rich</dc:creator>
      <dc:date>2015-04-02T03:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load Images stored in Dropbox folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35139#M1073</link>
      <description>&lt;P&gt;The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons.&lt;/P&gt;

&lt;P&gt;However if you did want to go this route, instead of kicking off the authorization flow, you would manually use an existing access token for your app. (Just be careful not to revoke it, e.g. via &lt;A href="https://www.dropbox.com/account/security" rel="nofollow noreferrer"&gt;https://www.dropbox.com/account/security&lt;/A&gt; .) You would also want to use the Core SDK in this case, as the Sync SDK doesn't have the methods you'd need.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 03:28:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35139#M1073</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-04-02T03:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load Images stored in Dropbox folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35140#M1074</link>
      <description>&lt;P&gt;@Greg K &lt;BR /&gt;
Thank you for clarifying that. I still have some queries.&lt;BR /&gt;
1)Would someone be able to use my access token to edit files ?(if he manages to get the access token by reverse engineering the source code)&lt;BR /&gt;
2)Any bandwidth limitations in sharing the files with the app users? &lt;BR /&gt;
3)Any other alternatives?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 03:39:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35140#M1074</guid>
      <dc:creator>Hash Code I.</dc:creator>
      <dc:date>2015-04-02T03:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load Images stored in Dropbox folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35141#M1075</link>
      <description>&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;That's correct, that's one of the main security concerns with this scenario. Since a client-side app can't actually protect a secret, like your access token, someone with the app could extract your access token and access your account, e.g., to download or edit files they shouldn't.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;There are bandwidth limits on shared links ( &lt;A href="https://www.dropbox.com/help/4204" rel="nofollow noreferrer"&gt;https://www.dropbox.com/help/4204&lt;/A&gt; ) but not on API traffic itself. The API itself does have a rate limiting system though.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I can only really provide support for Dropbox, so I'm afraid I can't recommend any alternatives. It sounds like you just want some sort of basic CDN though.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 02 Apr 2015 03:48:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35141#M1075</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-04-02T03:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load Images stored in Dropbox folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35142#M1076</link>
      <description>&lt;P&gt;@Hash Code I, &lt;/P&gt;

&lt;P&gt;Did you managed to do this using Core API? Please let me know. i am also looking the same solution. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 13:45:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Load-Images-stored-in-Dropbox-folders/m-p/35142#M1076</guid>
      <dc:creator>Amarnath T.</dc:creator>
      <dc:date>2015-04-13T13:45:14Z</dc:date>
    </item>
  </channel>
</rss>

