+ 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
2 ответов
+ 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.
+ 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