Skip to content

Releases: robincsamuel/ghost-google-drive

Google api fix

29 Feb 14:46
Compare
Choose a tag to compare
  • Fixed the issue with accessing the google drive storage #23

Note: This fix only works for new uploads. The existing content URLs would still give a 403 response since the file permission needs to be fixed.

Implemented read method

20 Jan 06:43
Compare
Choose a tag to compare

read method was not implemented. Added implementation for the same.