<div dir="ltr"><div>Hi,</div><div><br></div><div>yes the APi key is encrypted on the code to please Google to work.</div><div><br></div><div>If you want to try your own key just pass the key string directly here :</div><div><br></div><div><a href="https://invent.kde.org/graphics/digikam/-/blob/master/core/dplugins/generic/webservices/google/gstalkerbase.cpp?ref_type=heads#L66">https://invent.kde.org/graphics/digikam/-/blob/master/core/dplugins/generic/webservices/google/gstalkerbase.cpp?ref_type=heads#L66</a></div><div><br></div><div>You have 2 strings to pass :</div><div><br></div><div>- the identity key</div><div>- the shared key.</div><div><br></div><div>Replace the 2 calls with <code><span class="gmail-">WSToolUtils::</span><span class="gmail-hljs-built_in">decodeKey</span><span class="gmail-">(d->sharedKey)</span> with QLatin1String("_my google_key_") as string not encrypted.</code></div><div><br></div><div>Best regards</div><div><br></div><div>Gilles Caulier</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Le mar. 18 mars 2025 à 12:49, Wilson Bailey <<a href="mailto:wilsonrandallbailey@gmail.com">wilsonrandallbailey@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">What is the encoding of the QString Identity and QString sharedKey in gstalkerbase.cpp?<div><br></div><div>I want to compile digiKam with my own credentials, but I'm not a C++ developer so I'm having a little trouble understanding how the Google ClientID and Google Client Secret are encoded and decoded. </div><div><br></div><div>Any guidance would be appreciated. </div><div><br></div><div>-W</div></div>
</blockquote></div>