<?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: Get information about user who uploaded a document in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-information-about-user-who-uploaded-a-document/m-p/391431#M21642</link>
    <description>&lt;P&gt;Thank you. But i will lose these information if somebody other will change the document. The fields that you described will be rewrite. How i can get information about a downloader after document changing?&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 16:59:22 GMT</pubDate>
    <dc:creator>VictorNemiro1</dc:creator>
    <dc:date>2020-01-22T16:59:22Z</dc:date>
    <item>
      <title>Get information about user who uploaded a document</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-information-about-user-who-uploaded-a-document/m-p/391293#M21634</link>
      <description>&lt;P&gt;Hello. Could you help me please? How i can get the information about team member who uploaded a document and datetime of uploading? I can see he in the website but i did not find the API V2 that can help me with it.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_4.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/13399iB4C8AFA91A1D2D69/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_4.png" alt="Screenshot_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 15:30:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-information-about-user-who-uploaded-a-document/m-p/391293#M21634</guid>
      <dc:creator>VictorNemiro1</dc:creator>
      <dc:date>2020-01-22T15:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get information about user who uploaded a document</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-information-about-user-who-uploaded-a-document/m-p/391427#M21640</link>
      <description>&lt;P&gt;You can find this information in the 'FileMetadata' object for the file. Specifically,&amp;nbsp;FileMetadata.server_modified is the date/time when the file was last changed, and&amp;nbsp;FileMetadata.sharing_info.modified_by contains the account ID for the user that last changed the file, if the file is in a shared folder.&lt;/P&gt;
&lt;P&gt;You can get FileMetadata objects from a number of different endpoints on the API, such as&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_self"&gt;/2/files/get_metadata&lt;/A&gt; or&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;]. You can get more information about an account for a particular account ID from&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_account" target="_self"&gt;/2/users/get_account&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of &lt;A href="https://www.dropbox.com/developers/documentation" target="_self"&gt;the official SDKs&lt;/A&gt; if possible. Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 16:53:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-information-about-user-who-uploaded-a-document/m-p/391427#M21640</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-01-22T16:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get information about user who uploaded a document</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-information-about-user-who-uploaded-a-document/m-p/391431#M21642</link>
      <description>&lt;P&gt;Thank you. But i will lose these information if somebody other will change the document. The fields that you described will be rewrite. How i can get information about a downloader after document changing?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 16:59:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-information-about-user-who-uploaded-a-document/m-p/391431#M21642</guid>
      <dc:creator>VictorNemiro1</dc:creator>
      <dc:date>2020-01-22T16:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get information about user who uploaded a document</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-information-about-user-who-uploaded-a-document/m-p/391438#M21646</link>
      <description>&lt;P&gt;You can retrieve a list of revisions to a particular file by calling&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_revisions" target="_self"&gt;/2/files/list_revisions&lt;/A&gt;. That will give you a list of FileMetadata for each change.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 17:19:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-information-about-user-who-uploaded-a-document/m-p/391438#M21646</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-01-22T17:19:48Z</dc:date>
    </item>
  </channel>
</rss>

