Simple ASP.NET application accessing the Autodesk Forge platform.
- Clone this repository
- Create a copy of the appsettings.json file and call it appsettings.Development.json
- In the appsettings.Development.json file:
- Set
ForgeClientIDto your Forge app's client ID - Set
ForgeClientSecretto your Forge app's client secret - Set
ForgeBucketto a name of a bucket where your designs will be stored- For naming requirements, please refer to https://forge.autodesk.com/en/docs/data/v2/reference/http/buckets-POST/#body-structure
- Since the bucket name must be globally unique, we recommend including your (lower-case) Forge client ID in it
- Set
- Open the project in Visual Studio
- Run and debug the ASP.NET application using IIS Express
