webhooks/dropbox: Update text and remove screenshots.

This commit modifies the text to:

1. Removes unnecessary screenshots.

2. Use the numbered-style format.

3. I also removed the instructions for generating an access token.
   I took a look at Dropbox's docs and you shouldn't need that
   for a webhook setup. The whole point behind a webhook is that
   one can get by without using OAuth.

4. Rearranges the instructions to only contain 4 steps. For
   uncomplicated instructions, that seems to be the ideal number.
This commit is contained in:
Eeshan Garg
2018-02-19 17:39:10 -03:30
committed by Rishi Gupta
parent a059247398
commit 53ccbdcfd6
3 changed files with 12 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,17 +1,19 @@
{!create-stream.md!}
Get Dropbox notifications in Zulip!
{!create-bot-construct-url.md!}
1. {!create-stream.md!}
{!append-topic.md!}
1. {!create-bot-construct-url-indented.md!}
{!append-topic.md!}
Next, log into your account on [Dropbox](https://www.dropbox.com), go
[there](https://www.dropbox.com/developers/apps) and click **Create app**.
Follow the steps, and in **Webhooks** section add the webhook address you created above.
Click **Add** button. The status of the webhook should say **Enabled**.
In **Generated access token** section click **Generate** button.
1. Go to your [Dropbox apps page](https://www.dropbox.com/developers/apps).
Click on **Create app** near the top-right corner, and follow the on-screen
instructions to create an app. Once you've created the app, you will be
redirected to the **Settings** tab for your app. Scroll down to the
**Webhooks** section.
![](/static/images/integrations/dropbox/001.png)
1. Set **Webhook URIs** to the URL you created above and click **Add**.
The status of the webhook should say **Enabled**.
{!congrats.md!}
![](/static/images/integrations/dropbox/002.png)
![](/static/images/integrations/dropbox/001.png)