Kodi Community Forum
Release Dropbox addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: Release Dropbox addon (/showthread.php?tid=172902)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


RE: Dropbox addon - WineSoaked - 2018-02-27

(2018-02-24, 11:34)schapplm Wrote:
(2018-02-23, 20:55)WineSoaked Wrote: First order of business will be to adapt the v2 API. Then I will start to work on matching features from the v1 API as best I can.
It would be good to use the existing addon script.module.dropbox from micahg (github-link). He ported the dropbox API to v2 as a general module and it would help keep the xbmc addon repo more compact and modular. I also use this in my addon service.watchedlist (github) to synchronize a database file. 
Cool, I'm all about not reinventing things. If there's a Dropbox API module that I can leverage, all the better to be able to adapt this plugin. I am looking over the code now.


RE: Dropbox addon - jmendenhall - 2018-05-15

Would love for this to be revived. I made a digital photoframe with Dropbox, Kodi, and a Raspberry Pi that stopped being updated.


RE: Dropbox addon - Soliver84 - 2018-08-12

How far is the project because I just need it really well


RE: Dropbox addon - ABAB - 2018-08-30

Hello dbmc error more in league
I can not open
I have Kodi iPad AIR 2
Thank you


RE: Dropbox addon - zorro75 - 2018-09-24

Hi, will this addon be update ?
I used to access my Dropbox through Plex. But they are shutting down the cloud service in november.

Any solution to access my dropbox on Kodi ?


RE: Dropbox addon - kayut - 2018-12-07

Hi,

Is DBMC add on discontinued?
Is there any alternative add on to access Drob-Box files on Kodi?


RE: Dropbox addon - TimboC - 2021-06-09

Any news on the Dropbox addon for Kodi?
Timbo


RE: Dropbox addon - schapplm - 2021-06-20

(2021-06-09, 12:22)TimboC Wrote: Any news on the Dropbox addon for Kodi?
Timbo

So this is not news regarding an explicit DropBox addon (like a file explorer for your DropBox files).

However, there is an addon that already provides the DropBox API:
script.module.dropbox (github source, Kodi wiki).
You can integrate this dropbox API in other addons with a little interface addon that I wrote:
script.module.dropbox_auth (github source, Kodi wiki). This wiki page should belong to a proper DropBox addon, once it will be created.
This requires registering the other addon as a DropBox App.

A DropBox addon to be written could make use of the API addon.


RE: Dropbox addon - TimboC - 2022-01-25

Hi schapplm,
Sorry for the long delay in replying. I'd given up on getting any response.

I'm afraid that your answer is too clever for me! Can you give me idiot level instructions that I could follow to get the DropBox addon working.
Thanks,
Timbo


RE: Dropbox addon - SEIKT - 2023-11-02

This addon has been brought back to life. https://github.com/JDRIVO/DBMC

To use this addon you need to perform the following:

1. Create a Dropbox app using this link (takes seconds): https://www.dropbox.com/developers/apps

2. Enable all your apps "Files and folders" permissions.

3. You will use the app key and app secret when registering an account in the addon.