Skip to content

JoaoMartins-callmeJohn/aps-3lo-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aps-3lo-python

Minimal sample to obtain 3LO using python

Setup

Replace the configuration variables in the .env file with your own:

CLIENT_ID=''
CLIENT_SECRET=''
CALLBACK_URL='http://localhost:8080/api/auth/callback'
SCOPES='data:read viewables:read'

install flask and requests in your environment: pip install flask pip install requests pip install python-dotenv

Run the app: python app.py

Then go to localhost:8080 in your browser and login with your Autodesk account:

Thumbnail

License

This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.

Written by

Joao Martins in/jpornelas, Developer Advocate

About

Sample to obtain 3LO using python on a minimal server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages