Hello,
We currently access SmartSheet Sheets using the latest version of the SmartSheet SDK.
In our use-case, the plan is that only one person will create Sheets. It is this person that will have created the access token.
There is only one application using this access token. This application is configured with the same (and only 1) access token.
We now have a concern that if we have multiple licenses (currently we have 3), that we will not be able to access all Sheets.
We have the following questions:
- Assuming that only one person will create Sheets, how many Sheets will the application be able to access? Is it limited to 100?
- If multiple people create sheets, do we need to use multiple accesstokens to access all of these sheets, or are people somehow linked to a single “entity” (Maybe an organisation)?
Thank you.