<?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: SwiftyDropbox: copy files from shared folder link to App folder, or download to local Documents in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/488836#M24489</link>
    <description>&lt;P&gt;To download a file from a shared link for a folder to the local device, you should use&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC10listFolder4path9recursive16includeMediaInfo0I7Deleted0I24HasExplicitSharedMembers0I14MountedFolders5limit10sharedLink0I14PropertyGroups0i15NonDownloadableC0AA10RpcRequestCyAA0C0C04ListF16ResultSerializerCAR04ListF15ErrorSerializerCGSS_S5bs6UInt32VSgAR0oU0CSgAA14FilePropertiesC18TemplateFilterBaseOSgSbtF" target="_self"&gt;listFolder&lt;/A&gt;/&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC18listFolderContinue6cursorAA10RpcRequestCyAA0C0C04ListF16ResultSerializerCAI0kfg5ErrorM0CGSS_tF" target="_self"&gt;listFolderContinue&lt;/A&gt;, to list the contents of the linked folder, and then&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC17getSharedLinkFile3url4path12linkPassword9overwrite11destinationAA015DownloadRequestH0CyAA0C0C0fG18MetadataSerializerCAM03Getfgh5ErrorR0CGSS_SSSgASSb10Foundation3URLVAV_So17NSHTTPURLResponseCtctF" target="_self"&gt;getSharedLinkFile&lt;/A&gt; to download any needed file(s). When calling&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC17getSharedLinkFile3url4path12linkPassword9overwrite11destinationAA015DownloadRequestH0CyAA0C0C0fG18MetadataSerializerCAM03Getfgh5ErrorR0CGSS_SSSgASSb10Foundation3URLVAV_So17NSHTTPURLResponseCtctF" target="_self"&gt;getSharedLinkFile&lt;/A&gt;, the 'path' should be the path of the file you want to download, relative to the linked folder, and the 'url' should be the shared link for the folder. You can determine the relative path from the metadata returned by&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC10listFolder4path9recursive16includeMediaInfo0I7Deleted0I24HasExplicitSharedMembers0I14MountedFolders5limit10sharedLink0I14PropertyGroups0i15NonDownloadableC0AA10RpcRequestCyAA0C0C04ListF16ResultSerializerCAR04ListF15ErrorSerializerCGSS_S5bs6UInt32VSgAR0oU0CSgAA14FilePropertiesC18TemplateFilterBaseOSgSbtF" target="_self"&gt;listFolder&lt;/A&gt;/&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC18listFolderContinue6cursorAA10RpcRequestCyAA0C0C04ListF16ResultSerializerCAI0kfg5ErrorM0CGSS_tF" target="_self"&gt;listFolderContinue&lt;/A&gt;, from the&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/Files/Metadata.html#/s:13SwiftyDropbox5FilesC8MetadataC4nameSSvp" target="_self"&gt;Metadata.name&lt;/A&gt; for the needed file(s). For example, if it's a file named "file.ext" in the linked folder, the path would be "/file.ext". Or, if it's nested in a subfolder named "subfolder" in the linked folder, the path would be "/subfolder/file.ext".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you can save a file from a shared link for a folder directly to a connected&amp;nbsp;Dropbox account by using&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC21getSharedLinkMetadata3url4path12linkPasswordAA10RpcRequestCyAA0C0C0fgH10SerializerCAK0fg5ErrorO0CGSS_SSSgAQtF" target="_self"&gt;getSharedLinkMetadata&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC7saveUrl4path3urlAA10RpcRequestCyAA0C0C04SaveF16ResultSerializerCAJ0kf5ErrorM0CGSS_SStF" target="_self"&gt;saveUrl&lt;/A&gt;. You would call&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC21getSharedLinkMetadata3url4path12linkPasswordAA10RpcRequestCyAA0C0C0fgH10SerializerCAK0fg5ErrorO0CGSS_SSSgAQtF" target="_self"&gt;getSharedLinkMetadata&lt;/A&gt;&amp;nbsp;with the 'url' and 'path' value (built the same was as above), to get the resulting&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/Sharing/SharedLinkMetadata.html#/s:13SwiftyDropbox7SharingC18SharedLinkMetadataC3urlSSvp" target="_self"&gt;SharedLinkMetadata.url&lt;/A&gt;&amp;nbsp;for the specific file in the linked folder that you want. Then you would pass that to&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC7saveUrl4path3urlAA10RpcRequestCyAA0C0C04SaveF16ResultSerializerCAJ0kf5ErrorM0CGSS_SStF" target="_self"&gt;saveUrl&lt;/A&gt;&amp;nbsp;as 'url' to save that file to the connected account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, note that unfortunately there is currently a bug that will prevent &lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC17getSharedLinkFile3url4path12linkPassword9overwrite11destinationAA015DownloadRequestH0CyAA0C0C0fG18MetadataSerializerCAM03Getfgh5ErrorR0CGSS_SSSgASSb10Foundation3URLVAV_So17NSHTTPURLResponseCtctF" target="_self"&gt;getSharedLinkFile&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC21getSharedLinkMetadata3url4path12linkPasswordAA10RpcRequestCyAA0C0C0fgH10SerializerCAK0fg5ErrorO0CGSS_SSSgAQtF" target="_self"&gt;getSharedLinkMetadata&lt;/A&gt; from working if your app has the "app folder" access type. That's currently open with engineering, but I don't have a timeline for a fix.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2021 16:36:52 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2021-01-20T16:36:52Z</dc:date>
    <item>
      <title>SwiftyDropbox: copy files from shared folder link to App folder, or download to local Documents</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/488538#M24486</link>
      <description>&lt;P&gt;Very new to the platform, all help appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My aim is to populate my iOS app with some files that originally resides in a shared Dropbox folder, either by downloading them to the local device, or somehow copy the content of the folder to the app's Dropbox folder from where I can download copies to the app for offline access.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having successfully listed the contents of shared folders in my app, I'm finding no example documentation of how to either copy said files from the shared directory to my Dropbox app folder, or how to download them to my local device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have implemented the listFolder using the sharedLink URL and got it working listing all files and get the metadata associated with them, but both methods that I assume is responsible for fetching the files (copyV2, sharing.getSharedLinkFile) seems to be using a path to the file(s) rather than an URL like listFolder. I therefore haven't been able to implement a method that either downloads, or copies the content of the folder as I don´t know how to supply a 'path' when all I have is a URL or sharedLink.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having searched the web with most, if not all possible questions relating to this, I can't find any answer or example on how to resolve my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thankful for any information or example code that can point me in the right direction.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 21:38:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/488538#M24486</guid>
      <dc:creator>PerOstergren</dc:creator>
      <dc:date>2021-01-19T21:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox: copy files from shared folder link to App folder, or download to local Documents</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/488836#M24489</link>
      <description>&lt;P&gt;To download a file from a shared link for a folder to the local device, you should use&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC10listFolder4path9recursive16includeMediaInfo0I7Deleted0I24HasExplicitSharedMembers0I14MountedFolders5limit10sharedLink0I14PropertyGroups0i15NonDownloadableC0AA10RpcRequestCyAA0C0C04ListF16ResultSerializerCAR04ListF15ErrorSerializerCGSS_S5bs6UInt32VSgAR0oU0CSgAA14FilePropertiesC18TemplateFilterBaseOSgSbtF" target="_self"&gt;listFolder&lt;/A&gt;/&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC18listFolderContinue6cursorAA10RpcRequestCyAA0C0C04ListF16ResultSerializerCAI0kfg5ErrorM0CGSS_tF" target="_self"&gt;listFolderContinue&lt;/A&gt;, to list the contents of the linked folder, and then&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC17getSharedLinkFile3url4path12linkPassword9overwrite11destinationAA015DownloadRequestH0CyAA0C0C0fG18MetadataSerializerCAM03Getfgh5ErrorR0CGSS_SSSgASSb10Foundation3URLVAV_So17NSHTTPURLResponseCtctF" target="_self"&gt;getSharedLinkFile&lt;/A&gt; to download any needed file(s). When calling&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC17getSharedLinkFile3url4path12linkPassword9overwrite11destinationAA015DownloadRequestH0CyAA0C0C0fG18MetadataSerializerCAM03Getfgh5ErrorR0CGSS_SSSgASSb10Foundation3URLVAV_So17NSHTTPURLResponseCtctF" target="_self"&gt;getSharedLinkFile&lt;/A&gt;, the 'path' should be the path of the file you want to download, relative to the linked folder, and the 'url' should be the shared link for the folder. You can determine the relative path from the metadata returned by&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC10listFolder4path9recursive16includeMediaInfo0I7Deleted0I24HasExplicitSharedMembers0I14MountedFolders5limit10sharedLink0I14PropertyGroups0i15NonDownloadableC0AA10RpcRequestCyAA0C0C04ListF16ResultSerializerCAR04ListF15ErrorSerializerCGSS_S5bs6UInt32VSgAR0oU0CSgAA14FilePropertiesC18TemplateFilterBaseOSgSbtF" target="_self"&gt;listFolder&lt;/A&gt;/&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC18listFolderContinue6cursorAA10RpcRequestCyAA0C0C04ListF16ResultSerializerCAI0kfg5ErrorM0CGSS_tF" target="_self"&gt;listFolderContinue&lt;/A&gt;, from the&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/Files/Metadata.html#/s:13SwiftyDropbox5FilesC8MetadataC4nameSSvp" target="_self"&gt;Metadata.name&lt;/A&gt; for the needed file(s). For example, if it's a file named "file.ext" in the linked folder, the path would be "/file.ext". Or, if it's nested in a subfolder named "subfolder" in the linked folder, the path would be "/subfolder/file.ext".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you can save a file from a shared link for a folder directly to a connected&amp;nbsp;Dropbox account by using&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC21getSharedLinkMetadata3url4path12linkPasswordAA10RpcRequestCyAA0C0C0fgH10SerializerCAK0fg5ErrorO0CGSS_SSSgAQtF" target="_self"&gt;getSharedLinkMetadata&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC7saveUrl4path3urlAA10RpcRequestCyAA0C0C04SaveF16ResultSerializerCAJ0kf5ErrorM0CGSS_SStF" target="_self"&gt;saveUrl&lt;/A&gt;. You would call&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC21getSharedLinkMetadata3url4path12linkPasswordAA10RpcRequestCyAA0C0C0fgH10SerializerCAK0fg5ErrorO0CGSS_SSSgAQtF" target="_self"&gt;getSharedLinkMetadata&lt;/A&gt;&amp;nbsp;with the 'url' and 'path' value (built the same was as above), to get the resulting&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/Sharing/SharedLinkMetadata.html#/s:13SwiftyDropbox7SharingC18SharedLinkMetadataC3urlSSvp" target="_self"&gt;SharedLinkMetadata.url&lt;/A&gt;&amp;nbsp;for the specific file in the linked folder that you want. Then you would pass that to&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC7saveUrl4path3urlAA10RpcRequestCyAA0C0C04SaveF16ResultSerializerCAJ0kf5ErrorM0CGSS_SStF" target="_self"&gt;saveUrl&lt;/A&gt;&amp;nbsp;as 'url' to save that file to the connected account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, note that unfortunately there is currently a bug that will prevent &lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC17getSharedLinkFile3url4path12linkPassword9overwrite11destinationAA015DownloadRequestH0CyAA0C0C0fG18MetadataSerializerCAM03Getfgh5ErrorR0CGSS_SSSgASSb10Foundation3URLVAV_So17NSHTTPURLResponseCtctF" target="_self"&gt;getSharedLinkFile&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC21getSharedLinkMetadata3url4path12linkPasswordAA10RpcRequestCyAA0C0C0fgH10SerializerCAK0fg5ErrorO0CGSS_SSSgAQtF" target="_self"&gt;getSharedLinkMetadata&lt;/A&gt; from working if your app has the "app folder" access type. That's currently open with engineering, but I don't have a timeline for a fix.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 16:36:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/488836#M24489</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-01-20T16:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox: copy files from shared folder link to App folder, or download to local Documents</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/489278#M24495</link>
      <description>Thank you for the push in the right direction, Greg-Db! Had created the App folder only alternative, have made a new app and now got it working. Will the savurl method make me able to check individual files for changes in revision number? From what I’m able to read, it’s only files that resides in one’s own DB folder that can have rev listed in its metadata, not files that are shared via link?&lt;BR /&gt;&lt;BR /&gt;Again, thanks!</description>
      <pubDate>Thu, 21 Jan 2021 19:29:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/489278#M24495</guid>
      <dc:creator>PerOstergren</dc:creator>
      <dc:date>2021-01-21T19:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox: copy files from shared folder link to App folder, or download to local Documents</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/489290#M24496</link>
      <description>&lt;P&gt;The &lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC7saveUrl4path3urlAA10RpcRequestCyAA0C0C04SaveF16ResultSerializerCAJ0kf5ErrorM0CGSS_SStF" target="_self"&gt;saveUrl&lt;/A&gt; method just allows you to save a file from a URL to the connected Dropbox account. That URL can be a Dropbox shared link, and in that case it will just save the latest version of the linked file; there isn't a way to specify a different revision.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the metadata, you can only get the list of revisions for files in the connected account (via&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC13listRevisions4path4mode5limitAA10RpcRequestCyAA0C0C04ListF16ResultSerializerCAK0lf5ErrorN0CGSS_AK0lF4ModeOs6UInt64VtF" target="_self"&gt;listRevisions&lt;/A&gt;), not for files from shared links. You can use&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC21getSharedLinkMetadata3url4path12linkPasswordAA10RpcRequestCyAA0C0C0fgH10SerializerCAK0fg5ErrorO0CGSS_SSSgAQtF" target="_self" rel="nofollow noopener noreferrer"&gt;getSharedLinkMetadata&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;to get the metadata for the linked file, which includes the current 'rev' value, but not previous values.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 20:17:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/489290#M24496</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-01-21T20:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox: copy files from shared folder link to App folder, or download to local Documents</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/489445#M24500</link>
      <description>&lt;P&gt;If I query with listFolder, get a response back and&lt;/P&gt;&lt;PRE&gt;print(response as Any)&lt;/PRE&gt;&lt;P&gt;, the folder content prints as a list of items as follows including rev, hash and id:&lt;/P&gt;&lt;PRE&gt;{
            ".tag" = file;
            "client_modified" = "2014-06-05T05:22:59Z";
            "content_hash" = 711560a047ed6607d41f328872246db9277d564aa400ee643c142871f8b48154;
            id = "id:n4ABlnhYTMcXXAAAAXXkg";
            "is_downloadable" = 1;
            name = "Photo 2014-06-04 19 33 53.jpg";
            "path_display" = "/Public/Photo 2014-06-04 19 33 53.jpg";
            "path_lower" = "/public/photo 2014-06-04 19 33 53.jpg";
            rev = 1e8a00562e0e;
            "server_modified" = "2014-06-05T05:23:59Z";
            size = 2010202;
        }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if I separarate the entries from the result&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;for entry in result.entries { }&lt;/PRE&gt;&lt;P&gt;, I can't access the rev-value as it isnt listed anymore. Should I not use the response.entries method and instead try to parse the response on my own? Using getSharedLinkMetadata produces a result with more items, but no rev. The url used is for the shared folder, not a specific file.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 11:54:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/489445#M24500</guid>
      <dc:creator>PerOstergren</dc:creator>
      <dc:date>2021-01-22T11:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox: copy files from shared folder link to App folder, or download to local Documents</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/489487#M24504</link>
      <description>&lt;P&gt;To access&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/Files/FileMetadata.html#/s:13SwiftyDropbox5FilesC12FileMetadataC3revSSvp" target="_self"&gt;FileMetadata.rev&lt;/A&gt;, you need to first cast&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/Files/Metadata.html" target="_self" rel="nofollow noopener noreferrer"&gt;Metadata&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/Files/FileMetadata.html" target="_self" rel="nofollow noopener noreferrer"&gt;FileMetadata&lt;/A&gt;. There's &lt;A href="https://github.com/dropbox/SwiftyDropbox#response-handling-edge-cases" target="_self"&gt;an example of doing so here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:13SwiftyDropbox13SharingRoutesC21getSharedLinkMetadata3url4path12linkPasswordAA10RpcRequestCyAA0C0C0fgH10SerializerCAK0fg5ErrorO0CGSS_SSSgAQtF" target="_self" rel="nofollow noopener noreferrer"&gt;getSharedLinkMetadata&lt;/A&gt;&amp;nbsp;method will only return the metadata for the linked item. If you supply the link for the folder itself, you'll only get the metadata for the folder, which doesn't have a rev. You'd need to supply the link to the file to get the file's metadata.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 15:43:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/489487#M24504</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-01-22T15:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox: copy files from shared folder link to App folder, or download to local Documents</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/769615#M33657</link>
      <description>&lt;P&gt;Update: the /2/sharing/get_shared_link_metadata and /2/sharing/get_shared_link_file endpoints (and corresponding methods in the SDKs) should now work when using an access token for an app with the app folder access type.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 18:33:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-copy-files-from-shared-folder-link-to-App-folder/m-p/769615#M33657</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-05-09T18:33:32Z</dc:date>
    </item>
  </channel>
</rss>

