I need my product Key for run powershell command. Where I can find them?
Hello abourdeau,
I believe you're referring to your API token, as Smartsheet doesn't use Product keys to authenticate purchases. If that's the case, please review our API documentation for details on how to obtain your token: https://smartsheet-platform.github.io/api-docs/#authentication-and-access-tokens
NOTE: API tokens are unique to you as a Smartsheet user and are the equivalent of your email and password. DO NOT share your token with anyone else.
I have a website on shared hosting. I know that I should keep api tokens out of public_html folders on said website. I would like to use a <domain>/config/config.php file to hold those api tokens for Smartsheets. This approach is working for another application that I integrate with from this website. However, when I put…
NOTE: I tried to file this several times a support ticket, but the AI BOT was unable to create a ticket and the OG Support Portal no longer allows the direct creation of tickets. Grrrrrr. ISSUE: It appears that the Update Column API PUT https://api.smartsheet.com/2.0/sheets/{sheetId}/columns/{columnId} fails to work as…
We were using python SDK to access smartsheet API's. Have seen most of the end points getting deprecated and provided new end points. Its providing the request with all params using direct API request in documentation. However no reference provided for using python SDK/other SDK's to access the API. Is Smarthsheet API…