Show HN: I made a platform to publish my Google Docs files as blogs
1–10 of 56 posts
Re: Show HN: I made a platform to publish my Google Docs files as blogs
#2https://workspaceupdates.googleblog.com/2021/05/Google-Docs-...
Discussed yesterday: https://news.ycombinator.com/item?id=27129858
Re: Show HN: I made a platform to publish my Google Docs files as blogs
#3Two things I noticed which I hope you will consider fixing:
- It was trivially easy to expose the user's google/gmail address by typing in a random URL within the user's blog. The 404 page exposes the user's email address. [0] Probably better to have some UUID-email mapping that is secret.
- When I clicked "Delete Account/Blog", the application did not remove itself from Google's "Apps with access to your account" page and was still showing up as an active integration.
Re: Show HN: I made a platform to publish my Google Docs files as blogs
#4Curious if you'll be affected by "Google Docs will now use canvas based rendering" . https://workspaceupdates.googleblog.com/2021/05/Google-Docs-... Discussed yesterday: https://news.ycombinator.com/item?id=27129858
Apparently, only extensions are affected and hexo.press is a service that uses Google's meta APIs, which are not affected.
Re: Show HN: I made a platform to publish my Google Docs files as blogs
#5Congratulation on shipping! The experience was flawless and quick. Two things I noticed which I hope you will consider fixing: - It was trivially easy to expose the user's google/gmail address by typing in a random URL within the user's blog. The 404 page exposes the user's email address. [0] Probably better to have some UUID-email mapping that is secret. - When I clicked "Delete Account/Blog", the application did no…
#1 - I'll deactivate debug mode ASAP and the 404 page shouldn't have any extra info henceforth.
#2 - Yes, it's better to revoke google's scopes as well. I'll work on this one.
Re: Show HN: I made a platform to publish my Google Docs files as blogs
#6Congratulation on shipping! The experience was flawless and quick. Two things I noticed which I hope you will consider fixing: - It was trivially easy to expose the user's google/gmail address by typing in a random URL within the user's blog. The 404 page exposes the user's email address. [0] Probably better to have some UUID-email mapping that is secret. - When I clicked "Delete Account/Blog", the application did no…
This one is fixed now!
Re: Show HN: I made a platform to publish my Google Docs files as blogs
#7Congratulation on shipping! The experience was flawless and quick. Two things I noticed which I hope you will consider fixing: - It was trivially easy to expose the user's google/gmail address by typing in a random URL within the user's blog. The 404 page exposes the user's email address. [0] Probably better to have some UUID-email mapping that is secret. - When I clicked "Delete Account/Blog", the application did no…
Thank you for pointing this out. #1 - I'll deactivate debug mode ASAP and the 404 page shouldn't have any extra info henceforth. #2 - Yes, it's better to revoke google's scopes as well. I'll work on this one.
Re: Show HN: I made a platform to publish my Google Docs files as blogs
#8Curious if you'll be affected by "Google Docs will now use canvas based rendering" . https://workspaceupdates.googleblog.com/2021/05/Google-Docs-... Discussed yesterday: https://news.ycombinator.com/item?id=27129858
Source: https://github.com/joelewis/hexopress/blob/55f55c39136ef301f...
Re: Show HN: I made a platform to publish my Google Docs files as blogs
#9Re: Show HN: I made a platform to publish my Google Docs files as blogs
#10Curious if you'll be affected by "Google Docs will now use canvas based rendering" . https://workspaceupdates.googleblog.com/2021/05/Google-Docs-... Discussed yesterday: https://news.ycombinator.com/item?id=27129858
From looking at the code, I think it's basically just downloading the relevant google docs files as docx (or markdown if the file's just .md) and converting it into octopress, so I don't think it will matter. Source: https://github.com/joelewis/hexopress/blob/55f55c39136ef301f...
I haven't ever created a .md in Google Docs and I don't see a way to download one.
Edit: After looking at the code, I think the comment applies to Google Drive and not Google Docs. I only use Google Drive via the web interface and it's a bit of a pain to "create" an md file via that interface.