Trending in API & Developers
-
Move attachments between sheets
Is there any way to move attachments between sheets without the clunky "Move a Row" or "Copy a Row" automation?
-
Is it possible to use api to edit sheet from other organization which shared edit permission to me?
I am currently evaluating Smartsheet for my organization. We are considering a Business plan to streamline our collaboration with external partners. Specifically, I need to confirm if the Smartsheet API allows us to programmatically edit sheets owned by another organization, provided they have granted us "editor with…
-
List folder children
I am attempting to use the Python example for Listing Folder Children from the API Reference Docs. No matter what I do I get the following error message: {'errorCode': 1006, 'message': 'Not Found', 'refId': 'qgsta7'} =======CODE======= import requests import os from dotenv import load_dotenv from dotenv import…