Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error (HTTP) Forbidden,more= #150

Open
baltechies opened this issue Jan 18, 2019 · 4 comments
Open

Error (HTTP) Forbidden,more= #150

baltechies opened this issue Jan 18, 2019 · 4 comments

Comments

@baltechies
Copy link

exception

How to resolve this error?

@thybag
Copy link
Owner

thybag commented Feb 7, 2019

Do you have a snippet of your code I can have a look at at all? (re: just how the library is being booted/setup) - looks like auth is failing.

@dissolvdgrl
Copy link

I had the same issue, correct credentials.

I solved it by linking directly to the WSDL file and not downloading it and link to a local folder.

$sp = new SharePointAPI('[email protected]', 'supersecurepassword', 'https://yoursite.sharepoint.com/sites/SomeSite/_vti_bin/Lists.asmx?WSDL', 'SPONLINE');

@Skinka
Copy link

Skinka commented May 29, 2020

Hi. I have same error.

$sp = new SharePointAPI(
    '[email protected]',
    'password', 
    'https://site.sharepoint.com/sites/smoSite/_vti_bin/Lists.asmx?WSDL'
);
dd($sp->getLists());

if I put fourth parameter "NTLM", I have other error: Access Denied.

What do I need to do to work correctly

@Enoch04
Copy link

Enoch04 commented Jun 6, 2022

I entered in the URL of the WSDL and it gives the same error.

here is a snippet of the code.
SharePointOnlineAuth php_line_101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants