recipes icon indicating copy to clipboard operation
recipes copied to clipboard

Recipe Sync with Dropbox

Open naimo84 opened this issue 2 years ago • 3 comments

Issue

Hey @vabene1111,

everything is working for me so far :) Deleting an Image is currently not necessary for me, but I'm stunned by the "external recipes" feature. I have tons of PDFs, like you :)

I think, I might have some issue with the Dropbox Api Token. There was a change of the expiration date. They are short living tokens now... So syncing is only possible for a few hours? then I have to generate a new token?

https://developers.dropbox.com/de-de/oauth-guide#:~:text=In%20the%20past%2C%20the%20Dropbox,for%20compatibility%20until%20mid%202021.

In the past, the Dropbox API used only long-lived access tokens. These are now deprecated, but will remain available as an option in the Developer console for compatibility until mid 2021.

Have I done something wrong with my setup?

Thanks in advance for helping 👍

Greets, Benjamin

image

image

Tandoor Version

Current Version: develop Ref: 378938812c8b1100bf054f9f31398fee4332d979

OS Version

k3s 1.21

Setup

Kubernetes

Reverse Proxy

Nginx Proxy Manager (NPM)

Other

No response

Environment file

No response

Docker-Compose file

No response

Relevant logs

No response

naimo84 avatar May 17 '22 18:05 naimo84

no this seems like dropbox has changed the way their API works which is annoying but kinda brings me to the point that i will need to add some more proper auth flow to dropbox (maybe oauth is possible).

Generally speaking this was always a little hacky, i will need to look into what changed and fix it but to be honest i am extremly short on time so not sure when i will get to this, might be some time.

vabene1111 avatar May 17 '22 18:05 vabene1111

@vabene1111 - I haven't looked into how the dropbox stuff is integrated, but django-storages (which is already in the project) has a dropbox connector.

smilerz avatar May 17 '22 20:05 smilerz

Interesting idea, that might work better.

vabene1111 avatar May 17 '22 20:05 vabene1111