DynCon365 / SharePointDragAndDropPCF

A PCF control to drag and drop files to SharePoint libraries.
MIT License
8 stars 4 forks source link

'Loading' error #9

Open LinaPapap opened 1 year ago

LinaPapap commented 1 year ago

"Loading" is constantly shown in the custom control. Not able to upload files.

image

Any idea what could be wrong?

Thanks

PowellPowell commented 10 months ago

@LinaPapap then you have something wrong in your config. Open browser console log and and look at the errors.

in your config make sure to have these to get rid of Loading message:

You can also test that your Azure app is configured correctly: https://wardwilmsen.com/2019/09/10/call-the-sharepoint-rest-api-from-dynamics-365-business-central/

LinaPapap commented 10 months ago

@PowellPowell

Thanks a lot for your response ! Eventually, it seems that the error is because the application is not configured as multi-tenant (for security reasons), so it seems we can't use this control.