<?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: Copying single files to Dropbox from Android, best approach? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-single-files-to-Dropbox-from-Android-best-approach/m-p/604083#M28062</link>
    <description>&lt;P&gt;Thanks very much. This worked like a charm! I'm able to upload files so my client can see them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Jun 2022 04:20:00 GMT</pubDate>
    <dc:creator>kellyschrock</dc:creator>
    <dc:date>2022-06-18T04:20:00Z</dc:date>
    <item>
      <title>Copying single files to Dropbox from Android, best approach?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-single-files-to-Dropbox-from-Android-best-approach/m-p/603944#M28050</link>
      <description>&lt;P&gt;Hi, I built an Android app for a client that controls a ground-based drone. The vehicle moves back and forth across an area and the app collects data from a sensor as it goes. When complete, the data is saved into a file. That file, along with a couple of others are zipped into a small zip file and uploaded somewhere.&amp;nbsp;The idea is that as one of my client's customers uses the app and the vehicle, the client can see the incoming "missions" and check to make sure they're getting the correct data. The client and I agreed that Dropbox would be ideal for this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I have the Dropbox SDK integrated into the app, and uploads are working properly. In order to do this, I had to define an app in Dropbox, and the files I upload are confined to my app's folder under "/Apps". I'm currently in "Development" status, and so I can't share this folder with my client so he can actually see the files. I assumed this is because my Dropbox "app" is in "Development" status. So I applied for "production" status and was told that I can't because production status is meant for something like 500 (or was it 50?) users to link to it. In my case,&amp;nbsp;&lt;STRONG&gt;one&lt;/STRONG&gt; person needs to link to it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So am I doing this all wrong? It seems like a pretty simple thing to do, but I also appear to be stuck. If this were a desktop app, I could just copy output files wherever I want, including a Dropbox folder. But since this is Android, there&amp;nbsp;&lt;EM&gt;is&lt;/EM&gt; no Dropbox folder on the device that I can find. Can anyone lend insight into how I can do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Kelly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 06:32:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-single-files-to-Dropbox-from-Android-best-approach/m-p/603944#M28050</guid>
      <dc:creator>kellyschrock</dc:creator>
      <dc:date>2022-06-20T06:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Copying single files to Dropbox from Android, best approach?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-single-files-to-Dropbox-from-Android-best-approach/m-p/603979#M28054</link>
      <description>&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#production-approval" target="_blank"&gt;development/production status&lt;/A&gt; of an app affects how many different Dropbox accounts can connect to it. If you don't need to have more than 50 different accounts connect to it, say, if it's just for one or two people, you don't need production status. That doesn't affect the functionality or content that the app can access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The functionality and content that the app can access is determined by its &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_blank"&gt;permissions and access type&lt;/A&gt;. It sounds like you registered your app for the "app folder" access type, so it only has access to the special app folder that gets created for it automatically when it's connected to an account. If you just need to upload files to the connected account(s), then using app folder access is a good option. Note that each account that connects the app gets its own app folder though, and app folders in different accounts don't sync with each other. Also, app folders can't be shared as a shared folder with other users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, it sounds like you have the app registered for app folder access and have the app connected to your own account, with the app folder consequently existing in your own account, but your client doesn't have access to that folder. There are a few things you may want to do to address that:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;if the client doesn't need to be able to edit the content of the folder, share the app folder with them as a &lt;A href="https://help.dropbox.com/files-folders/share/view-only-access" target="_blank"&gt;shared link&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;have them &lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank"&gt;connect the app&lt;/A&gt; to their own account instead so that they get their own app folder which the app will upload to&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/apps/create" target="_blank"&gt;register&lt;/A&gt; another version of your app with the "full Dropbox" access type instead, so that you can have it upload to a shared folder which you share with your client&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 17 Jun 2022 16:11:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-single-files-to-Dropbox-from-Android-best-approach/m-p/603979#M28054</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-06-17T16:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copying single files to Dropbox from Android, best approach?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-single-files-to-Dropbox-from-Android-best-approach/m-p/604083#M28062</link>
      <description>&lt;P&gt;Thanks very much. This worked like a charm! I'm able to upload files so my client can see them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2022 04:20:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-single-files-to-Dropbox-from-Android-best-approach/m-p/604083#M28062</guid>
      <dc:creator>kellyschrock</dc:creator>
      <dc:date>2022-06-18T04:20:00Z</dc:date>
    </item>
  </channel>
</rss>

