API & Developers
Archives for June 2018
Discussion List
-
CORS in Ionic and third party api(Smartsheet)In API & DevelopersI am trying to get data from smartsheet API. When I use postman and nodejs in separate server code, it works. But if I use the API inside the Ionic with HttpClient (@angular/http) it gives CORS issue with run in browser. Failed to load h…
-
Doc u Sign IntergrationIn API & DevelopersOn the Smartsheet Labs sign in page for Docusign- cannot seem to login. It keeps on saying Authentication failed- tried my email and the API username. I can log into Docusign no problem on their site.
-
Not all rows are fetching from my Python Script!In API & DevelopersI have written a script to fetch all data from a Smartsheet. i am using Smartsheet's get_sheet('sheet_id') method to fetch my Smartsheet, which has 500 rows but i am only getting exactly 300 row objects, after 300 row objects an error like…
-
Adding rows to another sheet automaticallyIn API & DevelopersEach time I add one more row to one sheet (Sheet A), I want to trigger the addition of 7 rows to another sheet (Sheet B). The data in the 7 rows will be driven off of 2 sheets (Sheet A and Sheet C). Sheet C is a static lookup table. Is thi…
-
Product KeyIn API & DevelopersI need my product Key for run powershell command. Where I can find them?
-
Pull attachment from SheetIn API & DevelopersIs it possible to create a form that pulls attachments and sends back to the requester? e.g., I have a sheet completely filled with a column titled "Common Number Criteria", and an attachment that corresponds to each number in t…
-
Trying to delete a large number of rows trough APIIn API & DevelopersHi I am using the Node JS SDK to delete the content from a sheet. It works fine but for a lot of rows it fails (I have tested with a minimun of 1000). I get an error that says that the request is to large for the server. I understand what…