I read somewhere there currently isn’t a Google Drive public folder option? Is this correct, and is it a limitation of Google Drive or just hasn’t been written for RemoteStorage yet?
(Just initial testing RS now, but super cool framework!)
I read somewhere there currently isn’t a Google Drive public folder option? Is this correct, and is it a limitation of Google Drive or just hasn’t been written for RemoteStorage yet?
(Just initial testing RS now, but super cool framework!)
Yes, there’s an open issue about implementing it:
It seems like whoever implements this could “just” set a permission bit to public when creating a file in the /public
folder within the drive.
The second piece missing for sharing public files would then be this other open issue about getItemUrl()
:
https://github.com/remotestorage/remotestorage.js/issues/1054