Open magowiz opened 3 years ago
it comes out that cloudsync onedrive implementation has 'common' endpoint hardcoded, while applications with audience set to personal users only must use consumers in place of common, I changed my app manifest to Public and AzureAD and I was able to authorize using that code. Do you think that someway the cloudsync onedrive provider should handle also "consumers" ?
still no news about it ?
Hi I'm trying to use cloudsync with mine onedrive, I tried the same code I used for gdrive but it didn't worked, it claims about wrong redirect_uri, but I don't know how to tell cloudsync the right redirect uri and both have that localhost uri working on my machine. The error I get:
for onedrive I don't have a json file with app_id and secret but I got it in variables, so I use it from them, what I am missing now?