<?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: Need help managing photos with DropBox in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/282043#M17274</link>
    <description>Hi Greg, I tried your suggestion and removed the header, now resulting in the following error again:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;api.dropboxapi.com returned (400) Bad Request and said nothing&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there a way to find out if we're using a team or user linked account?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It seems like I am hitting a wall with this, and it (seems) to be so dirt simple!&lt;BR /&gt;&lt;BR /&gt;Your help is&amp;nbsp; really appreciated. I just think i might need a little more of it!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;</description>
    <pubDate>Mon, 25 Jun 2018 15:58:32 GMT</pubDate>
    <dc:creator>martinjuniqe</dc:creator>
    <dc:date>2018-06-25T15:58:32Z</dc:date>
    <item>
      <title>Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/275871#M16506</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello Dropbox!&lt;BR /&gt;I am trying to set up an automated workflow via zapier for our company juniqe.com:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need to invite new folder members as editors via their email, am am trying to do so via a webhook POST to the endpoint:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://api.dropboxapi.com/2/sharing/add_folder_member" target="_blank"&gt;https://api.dropboxapi.com/2/sharing/add_folder_member&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with the following data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"{\"shared_folder_id\": \"{{folderid123456}}\",\"members\": [{\"member\": {\".tag\": \"email\",\"email\": \"{{memberemail123456}}\"},\"access_level\": \"editor\"}],\"quiet\": false,\"custom_message\": \"Here's your share folder!\"}"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this always returns: &lt;EM&gt;api.dropboxapi.com returned (400) Bad Request and said nothing&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can authenticate correctly and it recognizes the end point, i am sure the error is in the syntax somewhere &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd really appreciate it if you could assist me and point me in the right direction - i am not a coder and am just taking a crack at something our product team hasn't had time for...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good day, cheers from berlin!&lt;BR /&gt;Martin&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:13:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/275871#M16506</guid>
      <dc:creator>martinjuniqe</dc:creator>
      <dc:date>2019-05-29T09:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/275936#M16513</link>
      <description>Can you print the response body? It should contain a more useful error message. (The output here is just the status line.)</description>
      <pubDate>Fri, 11 May 2018 15:32:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/275936#M16513</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-11T15:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/275944#M16515</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/677941"&gt;@martinjuniqe&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you confirm if you are setting this up via the Zapier web interface or doing it programmatically?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;was able to test via the web UI and this endpoint can definitely be called from a webhook. If you are configuring it from the web UI I can walk you through how I setup a test request to hit the endpoint. If it's a programmatic call it would be useful to see the code you are using around this call to help identify any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Chuck&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 16:08:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/275944#M16515</guid>
      <dc:creator>chirstius</dc:creator>
      <dc:date>2018-05-11T16:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/276565#M16557</link>
      <description>&lt;P&gt;Hey Chuck @chirstius&lt;BR /&gt;Yes, it's being done via the web interface, not programmatically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you maybe sshare the code that you used to test? Like i said, i am not a coder (my job here actually is art curator, don't ask my why i am doing what i am doing lol), so any copy&amp;amp;pastable examples would be great, i am sure i am just messing up the syntax.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks a ton!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 15:34:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/276565#M16557</guid>
      <dc:creator>martinjuniqe</dc:creator>
      <dc:date>2018-05-16T15:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/276861#M16587</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/677941"&gt;@martinjuniqe&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the delayed response, here are the steps I took:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, configure whatever trigger you plan to use for the zap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next, when you configure an action, select "webhook" and choose "Custom Request" and configure it as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zapier_webhook.JPG" style="width: 563px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/3212i637018E7EF89EF3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="zapier_webhook.JPG" alt="zapier_webhook.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE - This assumes you are using a Team-linked access token with the member file access permission. If you are using a user-linked access token you can remove the 'Dropbox-API-Select-User' header. If you don't know how to get the&amp;nbsp;&amp;lt;owner_memebr_id&amp;gt; placeholder value you can use the endpoint:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-get_info" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/teams#team-members-get_info&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which can quickly be accessed from the API Explorer here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer/team/#team_members/get_info" target="_blank"&gt;https://dropbox.github.io/dropbox-api-v2-explorer/team/#team_members/get_info&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the email of an account that has permission to add members to the folder and from the results get their team_member_id which will look like 'dbmid:abcdef12345' and use that for the 'Dropbox-API-Select-User' header value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fill in all other placeholder values as appropriate from previous Zapier steps/data and hopefully this will get you moving in the right direction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Chuck&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 16:55:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/276861#M16587</guid>
      <dc:creator>chirstius</dc:creator>
      <dc:date>2018-05-18T16:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/278612#M16691</link>
      <description>&lt;P&gt;Hey Chuck!&lt;BR /&gt;I am trying to follow your example but am receiving the following error code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;We had trouble sending your test through. Please try again.&amp;nbsp;Error:&amp;nbsp;&lt;BR /&gt;api.dropboxapi.com returned (400) Bad Request and said "Error in call to API function "sharing/add_folder_member": Unexpected select user header. Your app does not have permission to use this feature&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am pasting my request below, is this something to do with the user i am authenticating as?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-06-01 at 17.11.41.png" style="width: 596px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/3365iDD2F81496FABA4E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-06-01 at 17.11.41.png" alt="Screen Shot 2018-06-01 at 17.11.41.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 15:14:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/278612#M16691</guid>
      <dc:creator>martinjuniqe</dc:creator>
      <dc:date>2018-06-01T15:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/278633#M16698</link>
      <description>It sounds like you're not using a "team-linked" app (i.e., an app registered for the "Dropbox Business API"). The Dropbox-API-Select-User header is only meant for team-linked apps. Since you're using a "user-linked" app (i.e., an app registered for the "Dropbox API"), you should remove the Dropbox-API-Select-User header.</description>
      <pubDate>Fri, 01 Jun 2018 16:30:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/278633#M16698</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-06-01T16:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/282042#M17273</link>
      <description>&lt;P&gt;Hi Greg, I tried your suggestion and removed the header, now resulting in the following error again:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;api.dropboxapi.com returned (400) Bad Request and said nothing&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to find out if we're using a team or user linked account?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It seems like I am hitting a wall with this, and it (seems) to be so dirt simple!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Your help is&amp;nbsp; really appreciated. I just think i might need a little more of it!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 15:57:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/282042#M17273</guid>
      <dc:creator>martinjuniqe</dc:creator>
      <dc:date>2018-06-25T15:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/282043#M17274</link>
      <description>Hi Greg, I tried your suggestion and removed the header, now resulting in the following error again:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;api.dropboxapi.com returned (400) Bad Request and said nothing&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there a way to find out if we're using a team or user linked account?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It seems like I am hitting a wall with this, and it (seems) to be so dirt simple!&lt;BR /&gt;&lt;BR /&gt;Your help is&amp;nbsp; really appreciated. I just think i might need a little more of it!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Mon, 25 Jun 2018 15:58:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/282043#M17274</guid>
      <dc:creator>martinjuniqe</dc:creator>
      <dc:date>2018-06-25T15:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/282050#M17276</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/677941"&gt;@martinjuniqe&lt;/a&gt;&amp;nbsp;Is that the actual/full output you get? There should be more useful information in the response body for that 400 error (not "nothing").&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can check your app type(s) on the App Console. Any apps with the "Full Dropbox" or "App folder" permissions are "user-linked". Any apps with a "Team" permission are "team-linked".&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 16:17:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/282050#M17276</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-06-25T16:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301149#M18229</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/640338"&gt;@chirstius&lt;/a&gt;&lt;/P&gt;&lt;P&gt;just wanted to follow up on this again, since i've still not gotten it to work. You were right, my app is 'user-linked' so the header Select-User has since been removed...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand that you&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/640338"&gt;@chirstius&lt;/a&gt;&amp;nbsp;set this up via the zapier web interface, but i am really not seeing where i went off script compared to you&amp;nbsp;&lt;/P&gt;&lt;DIV class="data-view__row"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="data-view__row data-view__row--complex"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Oct 2018 14:04:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301149#M18229</guid>
      <dc:creator>martinjuniqe</dc:creator>
      <dc:date>2018-10-04T14:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301151#M18230</link>
      <description>&lt;P&gt;my error message still is cryptic and somewhat unspecific&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The app returned "Invalid shared folder ID.". This usually happens because the information you were trying to update or use is already in use or being updated somewhere else. Please try again once it becomes available.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please any help would really be appreciated here, the folder id is definitely valid and has just been created a few minutes ago, i am sure the issue is somewhere in the syntax only&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 14:28:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301151#M18230</guid>
      <dc:creator>martinjuniqe</dc:creator>
      <dc:date>2018-10-04T14:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301167#M18233</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/677941"&gt;@martinjuniqe&lt;/a&gt;&amp;nbsp;That error should just indicate that the 'shared_folder_id' value you supplied in the API call isn't a valid shared folder ID.&lt;/P&gt;
&lt;P&gt;Can you double check what's getting sent? Shared folder IDs are just integers, e.g., '12345678'; they are not the same as normal file/folder IDs (which look like 'id:A12bC3-d4E5f6').&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can get&amp;nbsp;the shared folder ID from a number of places on the API,&amp;nbsp;such as&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank" rel="noopener noreferrer"&gt;/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank" rel="noopener noreferrer"&gt;/continue&lt;/A&gt;&lt;SPAN&gt;] in&amp;nbsp;FolderMetadata.sharing_info.shared_folder_id, or&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders" target="_blank" rel="noopener noreferrer"&gt;/2/sharing/list_folders&lt;/A&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders-continue" target="_blank" rel="noopener noreferrer"&gt;/continue&lt;/A&gt;&lt;SPAN&gt;] or&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-check_share_job_status" target="_blank" rel="noopener noreferrer"&gt;/2/sharing/check_share_job_status&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;in&amp;nbsp;SharedFolderMetadata.shared_folder_id.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 14:54:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301167#M18233</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-10-04T14:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301419#M18244</link>
      <description>&lt;P&gt;gotcha. please just dumb it down for me a nod - so i need to first run a get request to find out the&amp;nbsp;&lt;STRONG&gt;shared folder id&lt;/STRONG&gt; to call the webhook i'm trying to call. I have an earlier step in the automatization sharing said folder, but this does not return the shared folder id, but only a share link.&amp;nbsp;&lt;/P&gt;&lt;P&gt;the dropbox contains hundreds of folders, is there a simple way to get to the sharedfolderid of the folder by it's regular id or share link?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 14:32:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301419#M18244</guid>
      <dc:creator>martinjuniqe</dc:creator>
      <dc:date>2018-10-05T14:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301425#M18246</link>
      <description>&lt;P&gt;OK so i can could&lt;STRONG&gt;&amp;nbsp;&lt;A href="https://api.dropboxapi.com/2/sharing/share_folder" target="_blank"&gt;https://api.dropboxapi.com/2/sharing/share_folder&lt;/A&gt;&lt;/STRONG&gt; as well and get a response including the &lt;STRONG&gt;shared folder id,&lt;/STRONG&gt; this seems to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when trying to call the endpoint&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://api.dropboxapi.com/2/sharing/add_folder_member&amp;nbsp;" target="_blank"&gt;https://api.dropboxapi.com/2/sharing/add_folder_member&amp;nbsp;&lt;/A&gt;&lt;/STRONG&gt;afterwards, i am receiving another error&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-10-05 at 17.11.34.png" style="width: 944px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/6350iC111C5DC5B5BA049/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-10-05 at 17.11.34.png" alt="Screen Shot 2018-10-05 at 17.11.34.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="data-view__row"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="data-view__row data-view__row--complex"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 15:12:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301425#M18246</guid>
      <dc:creator>martinjuniqe</dc:creator>
      <dc:date>2018-10-05T15:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301429#M18248</link>
      <description>&lt;P&gt;If you know the path or ID for the folder, and the folder is already a shared folder, you can get the shared folder ID by calling&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_blank"&gt;/2/files/get_metadata&lt;/A&gt;. The shared folder ID will be in the result at&amp;nbsp;folder.sharing_info.shared_folder_id. Using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders" target="_blank" rel="noopener noreferrer noopener noreferrer"&gt;/2/sharing/list_folders&lt;/A&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders-continue" target="_blank" rel="noopener noreferrer noopener noreferrer"&gt;/continue&lt;/A&gt;&lt;SPAN&gt;] on the folder's parent also works.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Note that creating a shared link for a folder does not make it a "shared folder". These actually refer to two different types of sharing on Dropbox: "&lt;A href="https://www.dropbox.com/help/files-folders/view-only-access" target="_blank"&gt;shared links&lt;/A&gt;" and "&lt;A href="https://www.dropbox.com/help/files-folders/share-with-others" target="_blank"&gt;shared folders&lt;/A&gt;". Folders will only&amp;nbsp;receive shared folder IDs for the second type of sharing, "shared folders".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like you may have used&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt; to make a shared link for the folder. To share the folder in order to get a shared folder ID, you should use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder" target="_blank"&gt;/2/sharing/share_folder&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 15:01:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301429#M18248</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-10-05T15:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need help managing photos with DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301435#M18250</link>
      <description>&lt;P&gt;thanks, this now works - really appreciate your help!&lt;/P&gt;&lt;P&gt;i guess i did only create a shared link previously, and calling the share_folder endpoint really was what i needed to get to the right id, the next error was caused by something within Zapier i guess, i couldn't reproduce it after trying to run the whole process with an entirely fresh folder, sharing worked like a charm.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks guys!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 15:19:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-help-managing-photos-with-DropBox/m-p/301435#M18250</guid>
      <dc:creator>martinjuniqe</dc:creator>
      <dc:date>2018-10-05T15:19:20Z</dc:date>
    </item>
  </channel>
</rss>

