<?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 can my Swift app upload data to Dropbox and have Dropbox create a file with it? in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-can-my-Swift-app-upload-data-to-Dropbox-and-have-Dropbox/m-p/582735#M2469</link>
    <description>&lt;P&gt;[Cross-linking for reference: &lt;A href="https://stackoverflow.com/questions/71426027/how-can-my-non-product-just-for-my-use-swift-app-write-data-to-a-dropbox-file" target="_blank"&gt;https://stackoverflow.com/questions/71426027/how-can-my-non-product-just-for-my-use-swift-app-write-data-to-a-dropbox-file&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the SwiftyDropbox SDK to integrate with Dropbox, even if your integration is not meant to be a released product. You can find &lt;A href="https://github.com/dropbox/SwiftyDropbox" target="_self"&gt;instructions for getting started with the SDK here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, to upload a file, you can use the &lt;A href="http://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC6upload4path4mode10autorename14clientModified4mute14propertyGroups14strictConflict5inputAA13UploadRequestCyAA0C0C22FileMetadataSerializerCAP0q5ErrorU0CGSS_AP9WriteModeOSb10Foundation4DateVSgSbSayAA0S10PropertiesC13PropertyGroupCGSgSbAX4DataVtF" target="_self"&gt;the upload method&lt;/A&gt;. There's &lt;A href="https://github.com/dropbox/SwiftyDropbox#upload-style-request" target="_self"&gt;an example of calling that here&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2022 16:18:05 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-03-10T16:18:05Z</dc:date>
    <item>
      <title>How can my Swift app upload data to Dropbox and have Dropbox create a file with it?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-can-my-Swift-app-upload-data-to-Dropbox-and-have-Dropbox/m-p/582722#M2467</link>
      <description>&lt;P&gt;How can my app upload string data and a filename to Dropbox and have Dropbox create the file and store the data into it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SwiftyDropbox SDK's doc is a little overwhelming for me because I'm not creating a Dropbox app product and my app is for only my R&amp;amp;D use, not to be a product.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some string data and a filename and I want Dropbox to create a file with that data, and named that filename, into my existing Dropbox account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once a second, my Swift needs to upload 1kB to a new Dropbox file.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 12:46:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-can-my-Swift-app-upload-data-to-Dropbox-and-have-Dropbox/m-p/582722#M2467</guid>
      <dc:creator>dougnull</dc:creator>
      <dc:date>2022-04-27T12:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can my Swift app upload data to Dropbox and have Dropbox create a file with it?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-can-my-Swift-app-upload-data-to-Dropbox-and-have-Dropbox/m-p/582735#M2469</link>
      <description>&lt;P&gt;[Cross-linking for reference: &lt;A href="https://stackoverflow.com/questions/71426027/how-can-my-non-product-just-for-my-use-swift-app-write-data-to-a-dropbox-file" target="_blank"&gt;https://stackoverflow.com/questions/71426027/how-can-my-non-product-just-for-my-use-swift-app-write-data-to-a-dropbox-file&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the SwiftyDropbox SDK to integrate with Dropbox, even if your integration is not meant to be a released product. You can find &lt;A href="https://github.com/dropbox/SwiftyDropbox" target="_self"&gt;instructions for getting started with the SDK here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, to upload a file, you can use the &lt;A href="http://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC6upload4path4mode10autorename14clientModified4mute14propertyGroups14strictConflict5inputAA13UploadRequestCyAA0C0C22FileMetadataSerializerCAP0q5ErrorU0CGSS_AP9WriteModeOSb10Foundation4DateVSgSbSayAA0S10PropertiesC13PropertyGroupCGSgSbAX4DataVtF" target="_self"&gt;the upload method&lt;/A&gt;. There's &lt;A href="https://github.com/dropbox/SwiftyDropbox#upload-style-request" target="_self"&gt;an example of calling that here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 16:18:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-can-my-Swift-app-upload-data-to-Dropbox-and-have-Dropbox/m-p/582735#M2469</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-03-10T16:18:05Z</dc:date>
    </item>
  </channel>
</rss>

