<?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 should respond to Android Intent.ACTION_SEND in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91163#M17020</link>
    <description>&lt;P&gt;Hello, i have a problem with my app. When i try to share a .zip file with dropbox it doesn´t work. This is my code that should allow to share with gmail, dropbox, gdrive, etc.:&lt;/P&gt;
&lt;P&gt;This code works for gmail and gdrive but it doesn´t work for dropbox.Can you help me?, what is the problem?&lt;/P&gt;
&lt;PRE&gt;Intent emailIntent = new Intent(Intent.ACTION_SEND);&lt;BR /&gt;&lt;BR /&gt;      String aEmailList[] = { " };&lt;BR /&gt;      String aEmailCCList[] = { "};&lt;BR /&gt;      String aEmailBCCList[] = { " };&lt;BR /&gt;&lt;BR /&gt;      emailIntent.putExtra(Intent.EXTRA_EMAIL, aEmailList);&lt;BR /&gt;      emailIntent.putExtra(Intent.EXTRA_CC, aEmailCCList);&lt;BR /&gt;      emailIntent.putExtra(Intent.EXTRA_BCC, aEmailBCCList);&lt;BR /&gt;      boolean plus = Tienda.personalizarEmailAdquirido(actividad);&lt;BR /&gt;      emailIntent.putExtra(Intent.EXTRA_SUBJECT,plus?&lt;BR /&gt;              PersonalizacionTextos.getTextoEmail(actividad,PersonalizacionTextos.ASUNTO_BACKUP):&lt;BR /&gt;              actividad.getString(R.string.txsubjectbackup));&lt;BR /&gt;      emailIntent.putExtra(Intent.EXTRA_TEXT, plus?&lt;BR /&gt;              PersonalizacionTextos.getTextoEmail(actividad,PersonalizacionTextos.MENS_BACKUP):&lt;BR /&gt;              actividad.getString(R.string.txbodybackup));&lt;BR /&gt;      ExternalStorageState eSs = new ExternalStorageState(actividad.getString(R.string.app_directoryname));&lt;BR /&gt;      if(eSs.isPresentString(eSs.getPathWithoutCreate("backup"))){&lt;BR /&gt;          try {&lt;BR /&gt;              File directorioToFind = new File(eSs.getPathWithoutCreate("backup"));&lt;BR /&gt;              String ficheroZipeado = eSs.getPath("backup.zip","zip");&lt;BR /&gt;              NZipCompresser nZc = new NZipCompresser(directorioToFind,ficheroZipeado);&lt;BR /&gt;              nZc.compress();&lt;BR /&gt;              String uri = "file://" + ficheroZipeado;&lt;BR /&gt;              emailIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse (uri));&lt;BR /&gt;              emailIntent.setType("application/zip");&lt;BR /&gt;&lt;BR /&gt;          } catch (Exception e) {&lt;BR /&gt;              NotificationSender nM = new NotificationSender(actividad,"Error en zip","Error en zip,"+e.getMessage());&lt;BR /&gt;              nM.sendNotification();&lt;BR /&gt;          }&lt;BR /&gt;          actividad.startActivity(Intent.createChooser(emailIntent,"));&lt;/PRE&gt;</description>
    <pubDate>Tue, 03 May 2016 00:33:16 GMT</pubDate>
    <dc:creator>ricardo s.18</dc:creator>
    <dc:date>2016-05-03T00:33:16Z</dc:date>
    <item>
      <title>Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91155#M17012</link>
      <description>&lt;P&gt;My android app uses the code below to allow users to back up an important file. A number of applications, including Google Drive, appear as suitable services to handle the file, but Dropbox does not appear, even though it offers the same functionality as Google Drive. Could you please change Dropbox so that it appears and my users can access it in this way?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;File F = new File(sdPath);

if(F.exists()){  

    Uri U = Uri.fromFile(F);
    Intent i = new Intent(Intent.ACTION_SEND);
    i.setType("file/*");
    i.putExtra(Intent.EXTRA_STREAM, U);
    startActivity(Intent.createChooser(i,"Email/Upload '" + filename + "'"));
}  


&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:41:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91155#M17012</guid>
      <dc:creator>Craig M.21</dc:creator>
      <dc:date>2019-05-29T09:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91156#M17013</link>
      <description>&lt;P&gt;The Android app doesn't support the&amp;nbsp;MIME type file/*, but we do&amp;nbsp;support these ones:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;application/*&lt;/LI&gt;
&lt;LI&gt;audio/*&lt;/LI&gt;
&lt;LI&gt;image/*&lt;/LI&gt;
&lt;LI&gt;text/*&lt;/LI&gt;
&lt;LI&gt;video/*&lt;/LI&gt;
&lt;LI&gt;multipart/*&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sat, 25 Jul 2015 02:55:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91156#M17013</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-07-25T02:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91157#M17014</link>
      <description>&lt;P&gt;Thanks for the response. Using "application/*" appears to have soled the upload issue. Is there any good reason that "file/*" is not supported? Many android code samples recommend "file/*' for non-standard file types and my first impulse on not seeing Dropbox n the list was actually to tell my users to use Google Drive instead of Dropbox.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have been unable to test the integrity of the uploaded file because Dropbox is producing another problem on attempted download (a problem I did not face with Google Drive) - but I will post that as a separate issue.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2015 06:53:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91157#M17014</guid>
      <dc:creator>Craig M.21</dc:creator>
      <dc:date>2015-07-25T06:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91158#M17015</link>
      <description>&lt;P&gt;I wasn't aware of the convention around using "file/*", but I'll pass this along to the team. If that's&amp;nbsp;the recommendation on Android, I imagine we can add support in a future version of the app.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2015 06:54:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91158#M17015</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-07-25T06:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91159#M17016</link>
      <description>&lt;P&gt;Hi there, it is not so much an official recommendation as a common feature of code snippets provided at places like Stack Exchange. Since it works well with lots of other apps (email, Google Drive, and so on), DropBox is the odd one out. The use of 'application' seems to be a fine substitute, but some developers will not bother looking for a DropBox-specific solution.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2015 09:01:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91159#M17016</guid>
      <dc:creator>Craig M.21</dc:creator>
      <dc:date>2015-07-25T09:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91160#M17017</link>
      <description>&lt;P&gt;Do you happen to have any links handy to where people are using "file/*"? I'm trying to figure out how common it is.&lt;/P&gt;

&lt;P&gt;We may simply be able to support "*/*", which is what it appears Google Drive does.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2015 13:38:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91160#M17017</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-07-25T13:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91161#M17018</link>
      <description>&lt;P&gt;Actually, looking around now, it does not seem to be common. I think I picked up 'file/*' from snippets provided for getting content, not sending content, but then combined it with other snippets designed for sending plain text or images. My specific requirement is that I wanted an all-purpose attachment/upload service, not one restricted to any known file type, and 'application/*' achieves this. The thing is, the above code worked immediately for a wide range of apps/services, so I almost stopped at that point and assumed DropBox was not willing to play ball.&lt;/P&gt;

&lt;P&gt;I guess if you respond to */* that should be enough to satisfy other developers who try file/*, but in truth there might not be many. If there is no reason not to respond to */*, though, you might as well be flexible. DropBox doesn't seem to care what type of file it is, so why filter it?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Anyway, thanks for your help - you solved the issue for me.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2015 05:47:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91161#M17018</guid>
      <dc:creator>Craig M.21</dc:creator>
      <dc:date>2015-07-26T05:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91162#M17019</link>
      <description>&lt;P&gt;Okay, thanks. The team will&amp;nbsp;continue investigating whether it makes sense to just support &lt;CODE&gt;\*/\*&lt;/CODE&gt; in the future.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 07:50:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91162#M17019</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-07-28T07:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91163#M17020</link>
      <description>&lt;P&gt;Hello, i have a problem with my app. When i try to share a .zip file with dropbox it doesn´t work. This is my code that should allow to share with gmail, dropbox, gdrive, etc.:&lt;/P&gt;
&lt;P&gt;This code works for gmail and gdrive but it doesn´t work for dropbox.Can you help me?, what is the problem?&lt;/P&gt;
&lt;PRE&gt;Intent emailIntent = new Intent(Intent.ACTION_SEND);&lt;BR /&gt;&lt;BR /&gt;      String aEmailList[] = { " };&lt;BR /&gt;      String aEmailCCList[] = { "};&lt;BR /&gt;      String aEmailBCCList[] = { " };&lt;BR /&gt;&lt;BR /&gt;      emailIntent.putExtra(Intent.EXTRA_EMAIL, aEmailList);&lt;BR /&gt;      emailIntent.putExtra(Intent.EXTRA_CC, aEmailCCList);&lt;BR /&gt;      emailIntent.putExtra(Intent.EXTRA_BCC, aEmailBCCList);&lt;BR /&gt;      boolean plus = Tienda.personalizarEmailAdquirido(actividad);&lt;BR /&gt;      emailIntent.putExtra(Intent.EXTRA_SUBJECT,plus?&lt;BR /&gt;              PersonalizacionTextos.getTextoEmail(actividad,PersonalizacionTextos.ASUNTO_BACKUP):&lt;BR /&gt;              actividad.getString(R.string.txsubjectbackup));&lt;BR /&gt;      emailIntent.putExtra(Intent.EXTRA_TEXT, plus?&lt;BR /&gt;              PersonalizacionTextos.getTextoEmail(actividad,PersonalizacionTextos.MENS_BACKUP):&lt;BR /&gt;              actividad.getString(R.string.txbodybackup));&lt;BR /&gt;      ExternalStorageState eSs = new ExternalStorageState(actividad.getString(R.string.app_directoryname));&lt;BR /&gt;      if(eSs.isPresentString(eSs.getPathWithoutCreate("backup"))){&lt;BR /&gt;          try {&lt;BR /&gt;              File directorioToFind = new File(eSs.getPathWithoutCreate("backup"));&lt;BR /&gt;              String ficheroZipeado = eSs.getPath("backup.zip","zip");&lt;BR /&gt;              NZipCompresser nZc = new NZipCompresser(directorioToFind,ficheroZipeado);&lt;BR /&gt;              nZc.compress();&lt;BR /&gt;              String uri = "file://" + ficheroZipeado;&lt;BR /&gt;              emailIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse (uri));&lt;BR /&gt;              emailIntent.setType("application/zip");&lt;BR /&gt;&lt;BR /&gt;          } catch (Exception e) {&lt;BR /&gt;              NotificationSender nM = new NotificationSender(actividad,"Error en zip","Error en zip,"+e.getMessage());&lt;BR /&gt;              nM.sendNotification();&lt;BR /&gt;          }&lt;BR /&gt;          actividad.startActivity(Intent.createChooser(emailIntent,"));&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 May 2016 00:33:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91163#M17020</guid>
      <dc:creator>ricardo s.18</dc:creator>
      <dc:date>2016-05-03T00:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91164#M17021</link>
      <description>&lt;P&gt;I have the same problem...&amp;nbsp;ACTION_SEND doesn't work anymore. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 12:02:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91164#M17021</guid>
      <dc:creator>Bostek</dc:creator>
      <dc:date>2016-05-09T12:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91165#M17022</link>
      <description>&lt;P&gt;That was a little pain, but I found a temporary workaround.&lt;BR /&gt;It looks like the last update broke a little bit of its Intent parsing.&lt;/P&gt;
&lt;P&gt;If you want a Dropbox share to work (currently 2016/05/09), you'll have to remove the EXTRA_TEXT from your Intent.&lt;/P&gt;
&lt;P&gt;The following exemple works, but it ruins the mail share :&lt;BR /&gt;Uncomment the line to see the Dropbox app bad behaviour.&lt;/P&gt;
&lt;PRE&gt;Intent intentShareFile = new Intent(Intent.ACTION_SEND);&lt;BR /&gt;intentShareFile.setType("application/pdf");&lt;BR /&gt;intentShareFile.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(myFile));&lt;BR /&gt;intentShareFile.putExtra(Intent.EXTRA_SUBJECT, "My subject");&lt;BR /&gt;// intentShareFile.putExtra(Intent.EXTRA_TEXT, "My text");&lt;BR /&gt;startActivity(Intent.createChooser(intentShareFile, "Choose"));&lt;/PRE&gt;
&lt;P&gt;It seems that a few apps sadly choosed to remove this Extra to make Dropbox works.&lt;BR /&gt;This thread is still relevant : Dropbox should properly parse and propery respond to an Intent.SHARE.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 21:57:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91165#M17022</guid>
      <dc:creator>Adrien B.1</dc:creator>
      <dc:date>2016-05-09T21:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91166#M17023</link>
      <description>&lt;P&gt;Hi everyone, we've landed a fix for this that should be out in early June. Thank you for your patience!&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 21:44:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91166#M17023</guid>
      <dc:creator>AntonioC</dc:creator>
      <dc:date>2016-05-10T21:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91167#M17024</link>
      <description>&lt;P&gt;Is the fix out yet? We are sharing image/png together with an extra text that contains a link to our app. I'd expect Dropbox to ignore the text and upload the image..&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2016 21:51:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91167#M17024</guid>
      <dc:creator>Gil G.</dc:creator>
      <dc:date>2016-06-05T21:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91168#M17025</link>
      <description>&lt;P&gt;Hi Gil, this issue has been resolved on our 10.2 release which should be out to the Play Store by next week.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 21:12:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91168#M17025</guid>
      <dc:creator>AntonioC</dc:creator>
      <dc:date>2016-06-07T21:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91169#M17026</link>
      <description>&lt;P&gt;Hey, same deal here with our app FlipaClip on Android.&amp;nbsp;I'm not sure who is here DropBox dev but I assume Antonio? If that's the case version 10.2? I see on GooglePlay 8.2.4.&lt;/P&gt;
&lt;P&gt;We are using:&lt;/P&gt;
&lt;PRE&gt;public static void share (Context context, String subject, String message, String title, Uri data, String mime)&lt;BR /&gt;{&lt;BR /&gt;   Intent intent = new Intent();&lt;BR /&gt;   intent.setAction(Intent.ACTION_SEND);&lt;BR /&gt;   &lt;BR /&gt;   // Add data to the intent, the receiving app will decide what to do with it.&lt;BR /&gt;   if (null != subject)&lt;BR /&gt;   {&lt;BR /&gt;      intent.putExtra(Intent.EXTRA_SUBJECT, subject);&lt;BR /&gt;   }&lt;BR /&gt;   &lt;BR /&gt;   if (null != message)&lt;BR /&gt;   {&lt;BR /&gt;      intent.putExtra(Intent.EXTRA_TEXT, message);&lt;BR /&gt;   }&lt;BR /&gt;   &lt;BR /&gt;   intent.putExtra(Intent.EXTRA_TITLE, title);&lt;BR /&gt;   intent.setType(mime);&lt;BR /&gt;   intent.putExtra(Intent.EXTRA_STREAM, data);&lt;BR /&gt;   &lt;BR /&gt;   Intent newShareIntent = Intent.createChooser(intent, "Share with");&lt;BR /&gt;   newShareIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);&lt;BR /&gt;   context.startActivity(newShareIntent);&lt;BR /&gt;}&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Jun 2016 22:18:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/91169#M17026</guid>
      <dc:creator>Jonathan M.32</dc:creator>
      <dc:date>2016-06-17T22:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox should respond to Android Intent.ACTION_SEND</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/256562#M17029</link>
      <description>image/*</description>
      <pubDate>Wed, 13 Dec 2017 19:36:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-should-respond-to-Android-Intent-ACTION-SEND/m-p/256562#M17029</guid>
      <dc:creator>NATTSOE</dc:creator>
      <dc:date>2017-12-13T19:36:58Z</dc:date>
    </item>
  </channel>
</rss>

