Error when trying to connect to OneDrive through Microsoft Graph API

What are you trying to achieve?

I am trying to connect to Onedrive. However I am not an admin.
For this reason I have contacted the admin of our organisation and tried to make him set up a connection through micosoft graph, such that in the future I will have a connection, without having to contact the admin.

I have gotten a client Id, tenant id and secret value from him, however when I try to connect I get the follwing error:

“message”:“The request failed due to failure of a previous request.”,“code”:“SC424”,“suberrors”:[{“message”:“"invalid_client"”,“name”:“Error”}]

Steps taken so far

I have looked online trying to find an answer for the error, but I have not found any yet.