msc23
New Contributor II
‎06-12-2024
Last activity: Jun 12, 2024 3:58:38 PM
0 Profile 0% Complete
Most Liked Posts Recent Solutions
No Content Available

User Activity

according to my (solved) question i have a general question:how is the using of this api call / the workflow? (i only have the json api documentation file) login -> getting session id (needed for further calls and logout)fileupload -> getting submiss...
after login and getting session id i will upload an 1,5 MB file with the following code: def sendSmallFile(file_content_as_base64, file_name): print("try to send small file to sandbox") print(f"start of base64 content: {file_content_as_base64[:100]}"...
i try to login via a python script, after some struggeling with the certificates i get a return code 200.but when i try to parse the return value it's not a json object (or structure) it's html. login-request and check response: response = requests.p...
Kudos from
Kudos given to