ZOHOCRMSDK-6.0 Token issue

ZOHOCRMSDK-6.0 Token issue

Hi I get an error regarding tokens when want to retrieve a record.

i have a class constructor which contains this : 
 new SDKInitializer.Builder()
     .Environment(environment)
     .Token(token)
     .Store(tokenstore)
     .SDKConfig(config)
     .ResourcePath(resourcePath)
     .Logger(logger)
     //.RequestProxy(requestProxy)
     .Initialize();

during processing it calls this line which causes the error :    Com.Zoho.Crm.API.Util.APIResponse<Com.Zoho.Crm.API.Record.ResponseHandler> responseGet = recordOperations.GetRecordUsingExternalId("3163", new ParameterMap(), headerInstance);
            

errorlog :

24-03-05 14:08:02 [INFO]: Initialization successful  in Environment : https://www.zohoapis.eu.
24-03-05 14:08:07 [INFO]: GET - URL = https://www.zohoapis.eu/crm/v6/settings/fields?module=Contacts, HEADERS = {"Authorization":" ## can't disclose ## ","X-ZOHO-SDK":"Win32NT/10.0.22631.0/csharp-6.0/8.0:3.0.0"}, PARAMS = {"module":"Contacts"}.
24-03-05 14:08:11 [INFO]: GET - URL = https://www.zohoapis.eu/crm/v6/settings/fields?module=Contacts, HEADERS = {"Authorization":" ## can't disclose ## ","X-ZOHO-SDK":"Win32NT/10.0.22631.0/csharp-6.0/8.0:3.0.0"}, PARAMS = {"module":"Contacts"}.