Can javascript read/write from/to a cloudtable directly without embedding the table on my website

Can javascript read/write from/to a cloudtable directly without embedding the table on my website

pmarks906dpmarks906d Posts: 61Questions: 18Answers: 0

My squarespace-hosted website currently has a couple embedded cloudtables which are accessed both by my javascript and by user interaction, on the client side. I would like to create a backup cloudtable which is not embedded on my site to be used for content-recovery, should something happen to the embedded data such as accidently deleting a bunch of rows. Can my javescript read/write from/to this backup cloudtable without the table being embedded onto my website? If so can you point me to the features of cloudtable which are used to perform this task, and/or an example which does this? thanks.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin
    Answer ✓

    You can use the REST API to read / write from and to the table without needing to embed a whole table.

    Allan

Sign In or Register to comment.