<?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: How to upload iOS ipa file to Dropbox using fastlane and circleci script? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-upload-iOS-ipa-file-to-Dropbox-using-fastlane-and/m-p/334668#M19530</link>
    <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/55233124/how-to-upload-ipa-file-to-dropbox-using-fastlane-and-circleci" target="_blank"&gt;https://stackoverflow.com/questions/55233124/how-to-upload-ipa-file-to-dropbox-using-fastlane-and-circleci&lt;/A&gt;&amp;nbsp;]&lt;/P&gt;
&lt;P&gt;I see that you're using &lt;A href="https://github.com/tommy071/fastlane-plugin-publish_dropbox" target="_self"&gt;a pre-built plugin made by a third party&lt;/A&gt;. We're happy to help with any issues you may be having with the&amp;nbsp;Dropbox API itself, but since this looks like a configuration issue for the plugin, you may want to contact&amp;nbsp;the developer of the third party plugin.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, for reference, &lt;A href="https://www.dropbox.com/developers/documentation/swift" target="_self"&gt;the Swift SDK&lt;/A&gt; that you linked to in your StackOverflow post is meant for developers integrating with&amp;nbsp;Dropbox inside their iOS apps, so it doesn't sound like that applies here.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Mar 2019 15:14:46 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-03-19T15:14:46Z</dc:date>
    <item>
      <title>How to upload iOS ipa file to Dropbox using fastlane and circleci script?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-upload-iOS-ipa-file-to-Dropbox-using-fastlane-and/m-p/334603#M19521</link>
      <description>&lt;P&gt;I want to&amp;nbsp;&lt;SPAN&gt;add steps in Fastlane and CircleCI script to upload iOS IPA file to Dropbox after each release.&amp;nbsp; I use the Fastlane plugin 'dropbox' to upload the IPA file.&amp;nbsp; I created an app in the dropbox website(&lt;A href="https://www.dropbox.com/developers/apps" target="_blank"&gt;https://www.dropbox.com/developers/apps&lt;/A&gt;), then I got the&amp;nbsp;App key and&amp;nbsp;App secret, these look great and the prompt "&lt;SPAN class="pre"&gt;&lt;SPAN class="white"&gt;Starting upload of /Users/distiller/project/output/gym/Carepilot.ipa to Dropbox&lt;/SPAN&gt;&lt;/SPAN&gt;", but finally failed, prompt "&amp;nbsp;&lt;SPAN class="pre"&gt;&lt;SPAN class="white"&gt;&lt;SPAN class="red"&gt;No value found for 'password' ".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="pre"&gt;&lt;SPAN class="white"&gt;&lt;SPAN class="red"&gt;1.Is my above method effective? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="pre"&gt;&lt;SPAN class="white"&gt;&lt;SPAN class="red"&gt;2.How can I add the password here? How can I solve my problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="pre"&gt;&lt;SPAN class="white"&gt;&lt;SPAN class="red"&gt;3.If my above practice is invalid, is there any other way to help me automatically upload the IPA file through the fastlane and circleci script?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The code in FastLane file as follow:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;lane :beta do&lt;BR /&gt;     match&lt;BR /&gt;     gym&lt;BR /&gt;     dropbox(
          file_path: '/Users/distiller/project/output/gym/Carepilot.ipa',
          dropbox_path: '/home/Apps/CarePilot',
          app_key: 'XXXXX',
          app_secret: 'XXXX'
     )&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The failure images as following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Paste Image.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/9075iE0D8A16ADF81A5C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Paste Image.png" alt="Paste Image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="k.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/9076iD331B5C57C278719/image-size/large?v=v2&amp;amp;px=999" role="button" title="k.png" alt="k.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:07:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-upload-iOS-ipa-file-to-Dropbox-using-fastlane-and/m-p/334603#M19521</guid>
      <dc:creator>white_wu</dc:creator>
      <dc:date>2019-05-29T09:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to upload iOS ipa file to Dropbox using fastlane and circleci script?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-upload-iOS-ipa-file-to-Dropbox-using-fastlane-and/m-p/334668#M19530</link>
      <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/55233124/how-to-upload-ipa-file-to-dropbox-using-fastlane-and-circleci" target="_blank"&gt;https://stackoverflow.com/questions/55233124/how-to-upload-ipa-file-to-dropbox-using-fastlane-and-circleci&lt;/A&gt;&amp;nbsp;]&lt;/P&gt;
&lt;P&gt;I see that you're using &lt;A href="https://github.com/tommy071/fastlane-plugin-publish_dropbox" target="_self"&gt;a pre-built plugin made by a third party&lt;/A&gt;. We're happy to help with any issues you may be having with the&amp;nbsp;Dropbox API itself, but since this looks like a configuration issue for the plugin, you may want to contact&amp;nbsp;the developer of the third party plugin.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, for reference, &lt;A href="https://www.dropbox.com/developers/documentation/swift" target="_self"&gt;the Swift SDK&lt;/A&gt; that you linked to in your StackOverflow post is meant for developers integrating with&amp;nbsp;Dropbox inside their iOS apps, so it doesn't sound like that applies here.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 15:14:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-upload-iOS-ipa-file-to-Dropbox-using-fastlane-and/m-p/334668#M19530</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-19T15:14:46Z</dc:date>
    </item>
  </channel>
</rss>

