Hi @qmacro I really liked this developer challenge. Thanks a lot for creating it. Breaking down complex topics in small pieces and explaining them thoroughly is what is missing from most, if not all, of the SAP documentation.I learned a lot. Includi...
I simply get it as a result from the HTTP post.URL = "https://christiandrumm.authentication.eu10.hana.ondemand.com" + "/oauth/token"
def get_access_token(clientid, clientsecret):
r = requests.post(URL,
headers={"Content-Ty...