Releases: robincsamuel/ghost-google-drive
Releases · robincsamuel/ghost-google-drive
Google api fix
- 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
read
method was not implemented. Added implementation for the same.