Skip to content

khushbu06/TrialversionDSLM

Repository files navigation

How to use dropbox for file uploading in Module in two simple parts

Part 1 : Add File in Dropbox

Step 1. Click on the given link to Upload file (Even if you dont have Dropbox account)

Link : https://www.dropbox.com/request/IGGEpJb9HeBAoWNew2PM

Step 2. Upload File from your desktop /Choose file from existing dropbox account

Step 3. Fill in the information required and Upload

Part 2 : Add File in GitHub from dropbox

Step 5. Click on the given link to view file (Even if you dont have Dropbox account)

Link : https://www.dropbox.com/sh/gpqajy2krhgovi6/AACJbL6TlS1FwVnwn8kelCV6a?dl=0

you will land on similar page like this:

Step 6. Right click on the selected file and get the link of the file

Step 7. Just paste your link into a module

Which will be something like this

https://www.dropbox.com/sh/gpqajy2krhgovi6/AAB8qdWdyirXOMgsB3Dwa_y4a/aza%20%20-%20Screen%20Shot%202018-03-05%20at%203.50.58%20PM.png?dl=0

Now replace the www.dropbox.com with dl.dropboxusercontent.com, which will give you a link like:

https://dl.dropboxusercontent.com/sh/gpqajy2krhgovi6/AAB8qdWdyirXOMgsB3Dwa_y4a/aza%20%20-%20Screen%20Shot%202018-03-05%20at%203.50.58%20PM.png?dl=0

Now add ![](changed link)

Which will give you

(you can also preview your file before committing any changes)

Step 8. Commit changes

Releases

No releases published

Packages

No packages published