pgaskin / NickelMenu

The easiest way to launch scripts, change settings, and run actions on Kobo e-readers.
https://pgaskin.net/NickelMenu
MIT License
591 stars 32 forks source link

dropbox keeps loading #149

Closed snuf72 closed 1 year ago

snuf72 commented 1 year ago

installednickel menu with the dropbox menu item, but when clicking on the dropbox setup button it start loading and it keeps loading? is this a known issue? its a kobo nia

snuf72 commented 1 year ago

fixed

It seems (on older devices) the link to the registration page is missing from the config file of the ereader. I had to add that URL manually

If you have similar issues, check your readers config file under ".kobo/Kobo/Kobo eReader.conf", specifically the option "dropbox_link_account_poll=". If this option is empty, you need to add this URL behind it:

https://authorize.kobo.com/{region}/{language}/LinkDropbox

and set:

kobo_dropbox_link_account_enabled=True

snuf72 commented 1 year ago

fixed