Can I use any type of cloud to add my own images to a code instead of just Dropbox? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Can I use any type of cloud to add my own images to a code instead of just Dropbox?

Because Dropbox isn't free but Google Drive is

1st Jun 2018, 8:24 AM
Calimari
Calimari - avatar
2 Answers
+ 7
Yes u can use any kind of cloud services <Medhansh Baviskar/> . Make sure that u r copying the correct public accessible url from that service.
1st Jun 2018, 8:35 AM
***
+ 1
you can link dropbox files in your code. You only have to replace "www.dropbox.com" with "dl.dropboxusercontent" in your share url link if you want to make the file downloadable, chamge the last flag in the url link from "d=0" to "d=1". you have to do this because www.dropbox.com does not allow cross origin edit: afaik, 1 GB of storage is free
5th Jun 2018, 11:47 AM
seamiki
seamiki - avatar