Code Monkey home page Code Monkey logo

Comments (8)

Aymkdn avatar Aymkdn commented on June 3, 2024

It should work on Sharepoint Foundation 2010 without issue.

Try to install Firebug addon with Firefox and to look at the console. You'll see the request and the answer from the server. It will give you the answer for sure.

Also you might want to share your code to let me see if you did it correctly.

from sharepointplus.

Lauura avatar Lauura commented on June 3, 2024

Ok so it seems that the first request can not be done. Here's what the browser tells me :
Request URL : http://mysite/_vti_bin/copy.asmx
Status Code : 401 Unauthorized
Do you have an idea what can cause that ?

Here is my code, maybe it can help you to understand my problem

<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://cdn.jsdelivr.net/sharepointplus/3.12.0/sharepointplus.min.js"></script>
<script>
    function exportationSharePoint(table, filename)
    {
    var dest = "https://mysite/Team%20Documents/"+filename;
    $SP().createFile({content:table, destination:dest,url:"https://mysite", after:function(){alert("File created !");}});

    }
</script>

Thank you for your help.

from sharepointplus.

Aymkdn avatar Aymkdn commented on June 3, 2024

You should use Firebug addon with Firefox, and then open it to watch the request that is sent. Then you'll get the real answer from the server (because 401 error code doesn't help at all).
Example:
capture

Also, in the coming days, I'll try to release a new version of SharepointPlus. This new release has new options for $SP().createFile() and one of them is error that permits to catch an error and print it.

from sharepointplus.

Aymkdn avatar Aymkdn commented on June 3, 2024

I've just released the new version of SharepointPlus with the new createFile.

from sharepointplus.

Lauura avatar Lauura commented on June 3, 2024

Ok I will check it out. Thank you for letting me know :)

from sharepointplus.

Aymkdn avatar Aymkdn commented on June 3, 2024

Please keep me update about your issue :-)

from sharepointplus.

Lauura avatar Lauura commented on June 3, 2024

It works really well know !
I have just one more question : can I check in the file thanks to sharepointplus or do I need to do it manually ?

Thank you for your help :)

from sharepointplus.

Aymkdn avatar Aymkdn commented on June 3, 2024

Sorry for the late answer, I didn't receive an email notification....

Yes you can checkin : http://aymkdn.github.io/SharepointPlus/symbols/%24SP%28%29.html#.checkin

I'm now closing this issue :-)

from sharepointplus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.