Seattle 10 Chilkat
migrating sharefile api from V1 to V3. Registered for API key and received credentials. Code is successful in receiving authorization code and immediately after when sending a get request with header containing authorization code to receive list of items in a file using GET','/sf/v3/Items('folderid)?$expand=Children&$select=Id,Name,Children,Children/Id,Children/Name',sbResponseBody)
I get a 401 error unauthorized. cannot find any help on the sharefile site.
response: Response Status Code = 401Response Header:Response Body:{"code":"Unauthorized","message":{"lang":"en-US","value":"[AUTH] Invalid Authentication"},"reason":"NotAuthenticated"} response3:
Sorry for being verbose. Any help will be appreciated.