Skip to content

fenvarien/files_external_gdrive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files External Google Drive (Nextcloud app)

Google Drive external storage support for Nextcloud (still in Beta)

installation

From the appstore

  • Simply install files_external_gdrive from the Nextcloud appstore

From git

  • First, clone the repo git clone https://github.com/NastuzziSamy/files_external_gdrive.git
  • Execute make install in the app directory
  • And enable the app with php occ app:enable files_external_gdrive in the Nextcloud directory

TODOs

  • Make files and directories:
    • Printable
    • Readable
    • Downloadable
    • Uploadable
    • Editable
    • Renamable
    • With the right mimetype
  • Allow regular user to create its own Google Drive external storage
  • Print better stats
  • Update only on changes
  • Optimize
  • Fix Oauth duplications
  • Unit tests

Changelogs

v0.2.8

v0.2.7

  • Bug fixed:
    • In certain php version, some functions returned errors

v0.2.6

  • Bugs fixed:
    • Correct Oauth2 grant bug NastuzziSamy#4
    • Storage was all time "temporarily not available" NastuzziSamy#5
    • Building path did not work correctly with root

v0.2.5

v0.2.4

  • Add installation procedure
  • Improve the appinfo.xml file

v0.2.3

  • Bugs fixed:
    • It was impossible to install the app from the appstore (Makefile missing..) NastuzziSamy#1

v0.2.2

  • Bugs fixed:
    • Files were all time exported (and sometimes, in an incompatible format) NastuzziSamy#3
    • Files were not downloaded correctly (files streams were badly requested)

v0.2.1

  • Make the app compliant
  • Be warn the app is still in beta version until v1.0.0

v0.2.0

  • Add test function
  • Force Nextcloud to update all directories contents
  • Final Google compatibility
  • Google files are automaticaly exported in the good file type
  • Files and directories are now deletable
  • First publication on Nextcloud appstore

v0.1.0

  • Based on the work of the Google Drive external storage support for ownCloud
  • Use of Flysystem fonctionnality
  • Switch Google API v2 to v3
  • Google files and directories are
    • Printed
    • Readable
    • Downloadable
    • Editable
    • Renamable

About

[BETA - UNSTABLE] GDrive external storage for NextCloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 49.3%
  • PHP 46.5%
  • Makefile 4.2%