You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2021. It is now read-only.
I'd love a way to embed images in my articles that are uploaded into a relative directory.
Articles get cached in memory for serving when they've been sucked in. We need a similar flow for images:
get images (Dropbox, file storage)
cache images for serving (file storage, s3)
I know Dropbox can serve images, but does that not need to be set explicitly by the user? Can the API enable web sharing on a directory under its control?
I'd love a way to embed images in my articles that are uploaded into a relative directory.
Articles get cached in memory for serving when they've been sucked in. We need a similar flow for images:
I know Dropbox can serve images, but does that not need to be set explicitly by the user? Can the API enable web sharing on a directory under its control?