<?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: Python files_list_folder.sharing_info shows None in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Python-files-list-folder-sharing-info-shows-None/m-p/223354#M11995</link>
    <description>&lt;P&gt;Hey Greg thanks for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The folders within that folder are shared with various individuals. Those are the folder which I want sharing info on. So they are partially shared, not open to anyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yet they dont show sharing info.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice you have?&lt;/P&gt;</description>
    <pubDate>Mon, 29 May 2017 17:53:33 GMT</pubDate>
    <dc:creator>daniel7rusu</dc:creator>
    <dc:date>2017-05-29T17:53:33Z</dc:date>
    <item>
      <title>Python files_list_folder.sharing_info shows None</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Python-files-list-folder-sharing-info-shows-None/m-p/223078#M11962</link>
      <description>&lt;P&gt;Until two weeks ago, running the below code would return a hash&amp;nbsp;for&amp;nbsp;sharing_info of each entry. But now it's returning none. Can anyone tell me whats going on?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Using python documention found here:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#module-dropbox.files" target="_blank"&gt;http://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#module-dropbox.files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;files_list_folder(path, recursive=False, include_media_info=False, include_deleted=False, include_has_explicit_shared_members=False)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;entries = dbx.files_list_folder('myfolder',recursive=True)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample of 2 entry results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;FileMetadata(name=u'brei3389_2016_8879-signed.pdf', id=u'id:2SS_0foZgqYAAAAAAAodvw', client_modified=datetime.datetime(2017, 2, 28, 3, 16, 31), server_modified=datetime.datetime(2017, 5, 8, 18, 24, 33), rev=u'27ade301577694', size=224825, path_lower=u'/brian alan lang ea/work papers/bravo/breit/2016/brei3389_2016_8879-signed.pdf', path_display=u'/brian alan lang ea/work papers/bravo/breit/2016/brei3389_2016_8879-signed.pdf', parent_shared_folder_id=None, media_info=None, sharing_info=None, property_groups=None, has_explicit_shared_members=None, content_hash=u'6025e1a0e7ed65ddab7cc395fdd3e42132ae5e11584f027cb46eb3af967c44e7'), FileMetadata(name=u'Brei3389_2016_Lyft.png', id=u'id:2SS_0foZgqYAAAAAAAodvg', client_modified=datetime.datetime(2017, 2, 24, 12, 12, 45), server_modified=datetime.datetime(2017, 5, 8, 18, 24, 33), rev=u'27ade401577694', size=111115, path_lower=u'/brian alan lang ea/work papers/bravo/breit/2016/brei3389_2016_lyft.png', path_display=u'/brian alan lang ea/work papers/bravo/breit/2016/Brei3389_2016_Lyft.png', parent_shared_folder_id=None, media_info=None, sharing_info=None, property_groups=None, has_explicit_shared_members=None, content_hash=u'30d161a17054b38e9b74dc2a7f43b5f6a1f1180a7aeb2079129b5945c3f7f361'), &lt;/PRE&gt;&lt;P&gt;As you can see it shows&amp;nbsp;sharing_info=None where it used to return:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"sharing_info": {
        "read_only": true,
        "parent_shared_folder_id": "84528192421",
        "modified_by": "dbid:AAH4f99T0taONIb-OurWxbNQ6ywGRopQngc"
    },&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:22:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Python-files-list-folder-sharing-info-shows-None/m-p/223078#M11962</guid>
      <dc:creator>daniel7rusu</dc:creator>
      <dc:date>2019-05-29T09:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Python files_list_folder.sharing_info shows None</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Python-files-list-folder-sharing-info-shows-None/m-p/223091#M11965</link>
      <description>The sharing_info field will only be set if the file is inside a shared folder. It sounds like this file is no longer in shared folder, so it won't be set anymore. (For example, you may have "left" the shared folder, but kept your copy.)</description>
      <pubDate>Fri, 26 May 2017 19:32:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Python-files-list-folder-sharing-info-shows-None/m-p/223091#M11965</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-26T19:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Python files_list_folder.sharing_info shows None</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Python-files-list-folder-sharing-info-shows-None/m-p/223354#M11995</link>
      <description>&lt;P&gt;Hey Greg thanks for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The folders within that folder are shared with various individuals. Those are the folder which I want sharing info on. So they are partially shared, not open to anyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yet they dont show sharing info.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice you have?&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 17:53:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Python-files-list-folder-sharing-info-shows-None/m-p/223354#M11995</guid>
      <dc:creator>daniel7rusu</dc:creator>
      <dc:date>2017-05-29T17:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Python files_list_folder.sharing_info shows None</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Python-files-list-folder-sharing-info-shows-None/m-p/223367#M12002</link>
      <description>To clarify, using one of the paths you posted:&lt;BR /&gt;&lt;BR /&gt;/brian alan lang ea/work papers/bravo/breit/2016/brei3389_2016_8879-signed.pdf&lt;BR /&gt;&lt;BR /&gt;Are you sure one of those parent folders is still shared? (I.e., "brian alan lang ea", or "work papers", etc.) Shared folders can be unshared, or files/folders can be moved out of shared folders, by the user at any time.&lt;BR /&gt;&lt;BR /&gt;In any case, it's hard to say offhand exactly what may have happened, so feel free to open a ticket from the affected account if you'd like us to check on this specifically:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;</description>
      <pubDate>Mon, 29 May 2017 19:00:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Python-files-list-folder-sharing-info-shows-None/m-p/223367#M12002</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-29T19:00:19Z</dc:date>
    </item>
  </channel>
</rss>

