Ctoic / Lisbook

Collection of your faviorite books.
https://lisbook.netlify.app/
MIT License
19 stars 51 forks source link

Integrate Google Drive/Dropbox for Audiobook Uploads #35

Open Ctoic opened 1 month ago

Ctoic commented 1 month ago

Description:

Allow users to upload their own audiobooks from cloud services like Google Drive or Dropbox. This feature will enable users to sync their own audiobook collections with LisBook. Acceptance Criteria:

Add "Upload from Google Drive" and "Upload from Dropbox" options in the app. Ensure proper handling of file formats and uploads. Test uploading from both cloud services.

dexterousdhruv commented 1 month ago

I'd like to give it a shot. Please assign it to me.

Ctoic commented 1 month ago

Sure @dexterousdhruv I would love to see some cool contribution from your side. 😄. Don't Forget to ⭐ our repo and happy coding 👨🏼‍💻

Ctoic commented 1 month ago

@dexterousdhruv are you working on it ? If you need any help let me know

dexterousdhruv commented 1 month ago

I'm on it.

Ctoic commented 1 month ago

Great @dexterousdhruv go ahead

dexterousdhruv commented 1 month ago

@Ctoic My question is where would we store the files, once the user uploads it from his respective cloud provider ? Guess what, we have to set up an express server. I'm a bit clueless. What do you say ?