<?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_APi: General feature questions about DB_API.V2 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DropBox-APi-General-feature-questions-about-DB-API-V2/m-p/342587#M19789</link>
    <description>&lt;P&gt;1) No, unfortunately the .NET SDK still doesn't offer a way to track upload progress like this.&lt;/P&gt;
&lt;P&gt;2) As long as you're not uploading to the same team/shared folder across the accounts, uploads to different accounts won't affect each other.&lt;/P&gt;
&lt;P&gt;3) The&amp;nbsp;Dropbox API doesn't offer the ability to send emails from&amp;nbsp;Dropbox for shared links, or make shared links good for one download only,&amp;nbsp;but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4) The &lt;A href="https://www.dropbox.com/developers/documentation?_tk=pilot_lp&amp;amp;_ad=topbar1&amp;amp;_camp=docs" target="_self"&gt;official&amp;nbsp;Dropbox API v2 SDKs&lt;/A&gt; are all built from the same&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-api-spec" target="_self"&gt;Dropbox API spec&lt;/A&gt; so they all offer the same API functionality. The SDKs have to be re-built whenever something is added to the spec though to get the new features, so they may sometimes lag behind the spec. Additionally, some SDKs have extra features specific to their local interfaces. E.g., while all of the SDKs enable access to uploading via the API, some of the SDKs do offer progress listeners.&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2019 19:20:49 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-05-02T19:20:49Z</dc:date>
    <item>
      <title>DropBox_APi: General feature questions about DB_API.V2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DropBox-APi-General-feature-questions-about-DB-API-V2/m-p/342515#M19786</link>
      <description>&lt;P&gt;Hello together.&lt;/P&gt;&lt;P&gt;I am planning to use the dropbox business api to create some shared&amp;nbsp; files for a development team, which I am planning to establish.&amp;nbsp;&lt;BR /&gt;I am already playing with the SDK, which You delivered for the desktop app in C#.&lt;/P&gt;&lt;P&gt;Prior to switch to the business version of the dropbox-api/account, I am currently checking the features of that API.. and would like to ask some questions.&lt;BR /&gt;&lt;BR /&gt;1) Does the UploadAsynch method still not offer an asynchroneous&amp;nbsp; Return Value&lt;BR /&gt;&amp;nbsp; &amp;nbsp; representing the amount of uploaded bytes ( maybe even in percent ) ?&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Some time ago I read, You may add this to a future release to enable an easy&amp;nbsp; a&lt;BR /&gt;&amp;nbsp; &amp;nbsp; progress bar.&amp;nbsp; Any news about that ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;2) If I issue UploadAsynch to Upload files in parallel to N db accounts,&amp;nbsp; is it really totally&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ascnhroneous implemented, meaning,&amp;nbsp;&amp;nbsp;will my bandwith be the only&amp;nbsp; bottleneck?&lt;BR /&gt;&lt;BR /&gt;3) Does the API offer inviting users via Mail and One-Usage-URL to have read&lt;BR /&gt;&amp;nbsp; &amp;nbsp; access to a file, even if they do not have an dropbox account ?&lt;BR /&gt;&lt;BR /&gt;4) Do all SDK's have 100 % the same features&lt;BR /&gt;&lt;BR /&gt;THX a lot.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:06:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DropBox-APi-General-feature-questions-about-DB-API-V2/m-p/342515#M19786</guid>
      <dc:creator>dba_0n3</dc:creator>
      <dc:date>2019-05-29T09:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: DropBox_APi: General feature questions about DB_API.V2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DropBox-APi-General-feature-questions-about-DB-API-V2/m-p/342587#M19789</link>
      <description>&lt;P&gt;1) No, unfortunately the .NET SDK still doesn't offer a way to track upload progress like this.&lt;/P&gt;
&lt;P&gt;2) As long as you're not uploading to the same team/shared folder across the accounts, uploads to different accounts won't affect each other.&lt;/P&gt;
&lt;P&gt;3) The&amp;nbsp;Dropbox API doesn't offer the ability to send emails from&amp;nbsp;Dropbox for shared links, or make shared links good for one download only,&amp;nbsp;but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4) The &lt;A href="https://www.dropbox.com/developers/documentation?_tk=pilot_lp&amp;amp;_ad=topbar1&amp;amp;_camp=docs" target="_self"&gt;official&amp;nbsp;Dropbox API v2 SDKs&lt;/A&gt; are all built from the same&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-api-spec" target="_self"&gt;Dropbox API spec&lt;/A&gt; so they all offer the same API functionality. The SDKs have to be re-built whenever something is added to the spec though to get the new features, so they may sometimes lag behind the spec. Additionally, some SDKs have extra features specific to their local interfaces. E.g., while all of the SDKs enable access to uploading via the API, some of the SDKs do offer progress listeners.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 19:20:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DropBox-APi-General-feature-questions-about-DB-API-V2/m-p/342587#M19789</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-05-02T19:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: DropBox_APi: General feature questions about DB_API.V2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DropBox-APi-General-feature-questions-about-DB-API-V2/m-p/342634#M19791</link>
      <description>&lt;P&gt;THX a lot fopr this quick reply. ONce I posted the question on the right forum, it got it's answer immediately. (Forgive me, that I forst postet my question on the forum "For business" ).&lt;BR /&gt;&lt;BR /&gt;Ok, regarding step&lt;BR /&gt;&lt;BR /&gt;1) I will have to wrap this upload functionality, upload chunkwise and calculate the amount myself ? I saw this salready somewhere on the web.. maybve I give it a try...&lt;BR /&gt;&lt;BR /&gt;2) Yes, they are totally different DROPBOXES, with their individual credentials and so on...&lt;BR /&gt;&lt;BR /&gt;3) You mean, what I manually do in my dropbox ( meaning click on "share folder" and then enter some email adresses to invite people to my freshly shared folder ) is not possible via DROPBOX-API ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 05:42:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DropBox-APi-General-feature-questions-about-DB-API-V2/m-p/342634#M19791</guid>
      <dc:creator>dba_0n3</dc:creator>
      <dc:date>2019-05-03T05:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: DropBox_APi: General feature questions about DB_API.V2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DropBox-APi-General-feature-questions-about-DB-API-V2/m-p/342721#M19793</link>
      <description>&lt;P&gt;1) Yes, that would be the best workaround. You need to use &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_BeginUploadSessionStart_1.htm" target="_self"&gt;upload sessions&lt;/A&gt; (where you upload the file in chunks) for large files anyway, so you can keep track of progress by how many chunks have been uploaded so far.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) To clarify, there are two different main types of sharing on Dropbox:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;"&lt;A href="https://help.dropbox.com/files-folders/view-only-access" target="_self"&gt;Shared links&lt;/A&gt;": This is what it sounds like you were referring to in your first message. It involves getting a read-only shared link to a file or folder. The link can be sent to and used by anyone, even if they don't have a&amp;nbsp;Dropbox account. This is accessible on the API as&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_CreateSharedLinkWithSettingsAsync_1.htm" target="_self"&gt;CreateSharedLinkWithSettingsAsync&lt;/A&gt;, but the API doesn't offer the ability to send the email for you.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;"&lt;A href="https://help.dropbox.com/files-folders/share-with-others" target="_self"&gt;Shared folders&lt;/A&gt;":&amp;nbsp;This is what it sounds like you were referring to in your second message. It involves inviting specific people to a shared folder where you can give them read and optionally write access. The recipient needs a&amp;nbsp;Dropbox account to use this. This is accessible on the API as&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_ShareFolderAsync_1.htm" target="_self"&gt;ShareFolderAsync&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_AddFolderMemberAsync_1.htm" target="_self"&gt;AddFolderMemberAsync&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 03 May 2019 16:28:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DropBox-APi-General-feature-questions-about-DB-API-V2/m-p/342721#M19793</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-05-03T16:28:05Z</dc:date>
    </item>
  </channel>
</rss>

