<?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: Dropbox API2 Swift Examples in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API2-Swift-Examples/m-p/265718#M15577</link>
    <description>&lt;P&gt;In addition to &lt;A href="https://github.com/dropbox/PhotoWatch" target="_self"&gt;the PhotoWatch sample&lt;/A&gt; you already mentioned, we also have some samples on &lt;A href="https://github.com/dropbox/SwiftyDropbox#download-style-request" target="_self"&gt;the GitHub page here&lt;/A&gt;. Apologies there aren't more!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For reference though, for downloading files, you would use &lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:FC13SwiftyDropbox11FilesRoutes8downloadFT4pathSS3revGSqSS_9overwriteSb11destinationFTV10Foundation3URLCSo15HTTPURLResponse_S2__GCS_19DownloadRequestFileCCS_5Files22FileMetadataSerializerCS5_23DownloadErrorSerializer_" target="_self"&gt;the&amp;nbsp;download methods&lt;/A&gt;, and for listening for changes, you would use &lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:FC13SwiftyDropbox11FilesRoutes18listFolderLongpollFT6cursorSS7timeoutVs6UInt64_GCS_10RpcRequestCCS_5Files34ListFolderLongpollResultSerializerCS3_33ListFolderLongpollErrorSerializer_" target="_self"&gt;listFolderLongpoll&lt;/A&gt;. If you run in to any issues with those, let me know and we'll be happy to help.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2018 22:40:32 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-02-19T22:40:32Z</dc:date>
    <item>
      <title>Dropbox API2 Swift Examples</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API2-Swift-Examples/m-p/265506#M15572</link>
      <description>&lt;P&gt;Hello, Been a while since I've lookd/worked with the dropbox API. I was discouraged the last time I dedicate more than a year on perfecting an app for Datastore API. &amp;nbsp;(anyway)..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've looked at the v2 API. I wanted to look at a worthy example that shows some capabilities of api2.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mostly: I'm concerned about efficiency of&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Downloading a chuck of newly created files.&lt;/P&gt;
&lt;P&gt;2. Listening to a folderpath for file changes and calling the function (firstpoint) again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to continously monitor a folderpath for changes and discover new changes (basically a sync API)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But i want to look at examples, all I see is a PhotoWatch. (&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@2D28D9B31C6396B10E555BE1AA11164C/emoticons/1f624.png" alt=":face_with_steam_from_nose:" title=":face_with_steam_from_nose:" /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would appreciate someone pointing me to a github or atleast some pointers. At this time, there should be some many examples floating around. (I shouldn't have to write a simple sync logic)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:15:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API2-Swift-Examples/m-p/265506#M15572</guid>
      <dc:creator>Raheel S.</dc:creator>
      <dc:date>2019-05-29T09:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API2 Swift Examples</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API2-Swift-Examples/m-p/265718#M15577</link>
      <description>&lt;P&gt;In addition to &lt;A href="https://github.com/dropbox/PhotoWatch" target="_self"&gt;the PhotoWatch sample&lt;/A&gt; you already mentioned, we also have some samples on &lt;A href="https://github.com/dropbox/SwiftyDropbox#download-style-request" target="_self"&gt;the GitHub page here&lt;/A&gt;. Apologies there aren't more!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For reference though, for downloading files, you would use &lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:FC13SwiftyDropbox11FilesRoutes8downloadFT4pathSS3revGSqSS_9overwriteSb11destinationFTV10Foundation3URLCSo15HTTPURLResponse_S2__GCS_19DownloadRequestFileCCS_5Files22FileMetadataSerializerCS5_23DownloadErrorSerializer_" target="_self"&gt;the&amp;nbsp;download methods&lt;/A&gt;, and for listening for changes, you would use &lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:FC13SwiftyDropbox11FilesRoutes18listFolderLongpollFT6cursorSS7timeoutVs6UInt64_GCS_10RpcRequestCCS_5Files34ListFolderLongpollResultSerializerCS3_33ListFolderLongpollErrorSerializer_" target="_self"&gt;listFolderLongpoll&lt;/A&gt;. If you run in to any issues with those, let me know and we'll be happy to help.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 22:40:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API2-Swift-Examples/m-p/265718#M15577</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-02-19T22:40:32Z</dc:date>
    </item>
  </channel>
</rss>

