Zoho WorkDrive API Authorization Problem
Zoho WorkDrive API Authorization Problem
I am trying to make use of the Zoho WordDrive API with the following documentation:
https://workdrive.zoho.com/apidocs/v1/oauth2authentication/authorization-request
.
Now I am trying to make it work but I get the following error:
Invalid Redirect Uri
Redirect URI passed does not match with the one configured
I get this error when using the following URL:
https://accounts.zoho.com/oauth/v2/auth?scope=WorkDrive.files.ALL&client_id=1000.VDVB6V1Y1C41OY9VX5YHW19VM3UCIM&response_type=code&access_type=offline&redirect_uri=http://localhost/bluedot&state=register
Any help would be appreciated.