Hello, I am wondering where digiKam stores settings for the flickr upload plugin.Best regards, Andrey |
Flickr is now using OAuth. The O2 library saves access at the moment under:
$HOME/.config/kde.org/digikam.conf Currently no administration of several accounts. Change of the account with a new login at the browser is possible. Maik Am Dienstag, 12. September 2017, 16:52:30 CEST schrieb Andrey Goreev: > Hello, > > I am wondering where digiKam stores settings for the flickr upload plugin. > I copied digkamrc from machine to another but when I open the plugin it > prompts to add a new account. Please advise. > > Best regards, > Andrey |
Note : KIPI use one RC file named kipirc, shared between all kipi host application. If some account parameters need to be stored, it's in this file. Gilles 2017-09-12 19:50 GMT+02:00 Maik Qualmann <[hidden email]>: Flickr is now using OAuth. The O2 library saves access at the moment under: |
The O2 library internally uses QSettings to store the temporary access token.
It is possible to create a custom O2 settings store based on QSettings, if it is compatible with the kipirc, I will test. Maik Am Dienstag, 12. September 2017, 21:17:18 CEST schrieb Gilles Caulier: > Note : KIPI use one RC file named kipirc, shared between all kipi host > application. If some account parameters need to be stored, it's in this > file. > > Gilles > > 2017-09-12 19:50 GMT+02:00 Maik Qualmann <[hidden email]>: > > Flickr is now using OAuth. The O2 library saves access at the moment > > under: > > $HOME/.config/kde.org/digikam.conf > > > > Currently no administration of several accounts. Change of the account > > with a > > new login at the browser is possible. > > > > Maik > > > > Am Dienstag, 12. September 2017, 16:52:30 CEST schrieb Andrey Goreev: > > > Hello, > > > > > > I am wondering where digiKam stores settings for the flickr upload > > > > plugin. > > > > > I copied digkamrc from machine to another but when I open the plugin it > > > prompts to add a new account. Please advise. > > > > > > Best regards, > > > Andrey |
Yep, kipirc was the one. I just copied it from one machine to another and my flickr account showed up in digikam. Thanks Gilles! Best regards, On Tue, Sep 12, 2017 at 1:56 PM, Maik Qualmann <[hidden email]> wrote: The O2 library internally uses QSettings to store the temporary access token. |
The access token in kipirc will only work with digiKam < 5.7.0 and as long as
it is still valid. A new login with Flickr < 5.7.0 will no longer be possible because Flickr has changed the API. Maik Am Dienstag, 12. September 2017, 22:05:52 CEST schrieb Andrey Goreev: > Yep, kipirc was the one. > I just copied it from one machine to another and my flickr account showed > up in digikam. > Thanks Gilles! > > Best regards, > > On Tue, Sep 12, 2017 at 1:56 PM, Maik Qualmann <[hidden email]> > > wrote: > > The O2 library internally uses QSettings to store the temporary access > > token. > > It is possible to create a custom O2 settings store based on QSettings, if > > it > > is compatible with the kipirc, I will test. > > > > Maik > > > > Am Dienstag, 12. September 2017, 21:17:18 CEST schrieb Gilles Caulier: > > > Note : KIPI use one RC file named kipirc, shared between all kipi host > > > application. If some account parameters need to be stored, it's in this > > > file. > > > > > > Gilles > > > > > > 2017-09-12 19:50 GMT+02:00 Maik Qualmann <[hidden email]>: > > > > Flickr is now using OAuth. The O2 library saves access at the moment > > > > under: > > > > $HOME/.config/kde.org/digikam.conf > > > > > > > > Currently no administration of several accounts. Change of the account > > > > with a > > > > new login at the browser is possible. > > > > > > > > Maik > > > > > > > > Am Dienstag, 12. September 2017, 16:52:30 CEST schrieb Andrey Goreev: > > > > > Hello, > > > > > > > > > > I am wondering where digiKam stores settings for the flickr upload > > > > > > > > plugin. > > > > > > > > > I copied digkamrc from machine to another but when I open the plugin > > > > it > > > > > > > prompts to add a new account. Please advise. > > > > > > > > > > Best regards, > > > > > Andrey |
Free forum by Nabble | Edit this page |