AutodeskIntegration-Searchinfolderswithout3-leggedtoken
创始人
2024-11-12 11:30:05
0

在不使用三腿式令牌的情况下,在Autodesk集成中搜索文件夹的解决方案是使用二腿式令牌进行身份验证。

以下是一个Python代码示例,它使用二腿式令牌来搜索Autodesk中的文件夹:

import requests
import json

# Variables
base_url = "https://developer.api.autodesk.com"
client_id = ""
client_secret = ""
folder_id = ""
access_token = ""

# Get 2-legged access token
def get_access_token():
    url = base_url + "/authentication/v1/authenticate"
    scope = "data:read data:write data:create data:search bucket:create bucket:read account:read account:write"

    payload = {
        "client_id": client_id,
        "client_secret": client_secret,
        "grant_type": "client_credentials",
        "scope": scope
    }

    response = requests.post(url, data=payload)
    return json.loads(response.text)["access_token"]

# Search folders
def search_folders():
    headers = {
        "Authorization": "Bearer " + access_token,
        "Content-Type": "application/vnd.api+json"
    }

    url = base_url + "/data/v1/projects/{}/search".format(folder_id)
    payload = {
        "jsonapi": {
          "version": "1.0"
        },
        "filter": {
          "type": "folder",
          "attributes": {
            "name": "myFolder"
          }
        }
    }

    response = requests.post(url, headers=headers, data=json.dumps(payload))
    return json.loads(response.text)

access_token = get_access_token()
search_result = search_folders()
print(search_result)

相关内容

热门资讯

揭幕透视!德州真人透视脚本!真... 揭幕透视!德州真人透视脚本!真是一直都是有辅助攻略(确实有挂)-哔哩哔哩一、德州真人透视脚本游戏安装...
了解透视!cloudpoker... 了解透视!cloudpoker怎么开挂!确实真的有辅助插件(的确有挂)-哔哩哔哩1、进入游戏-大厅左...
解迷透视!红龙poker辅助工... 解迷透视!红龙poker辅助工具!切实是有辅助教程(有挂教程)-哔哩哔哩1、红龙poker辅助工具辅...
详情透视!pokemmo辅助官... 详情透视!pokemmo辅助官网!其实有辅助软件(发现有挂)-哔哩哔哩1、玩家可以在pokemmo辅...
必备透视!wepoker透视有... 必备透视!wepoker透视有吗!竟然有辅助教程(真是有挂)-哔哩哔哩1、点击下载安装,wepoke...
解谜透视!红龙poker辅助工... 解谜透视!红龙poker辅助工具!其实真的是有辅助插件(有挂秘笈)-哔哩哔哩1、下载好红龙poker...
必备透视!pokemmo辅助脚... 必备透视!pokemmo辅助脚本!都是是真的有辅助神器(存在有挂)-哔哩哔哩所有人都在同一条线上,像...
教你透视!pokemmo辅助器... 教你透视!pokemmo辅助器!真是是真的有辅助app(有挂技术)-哔哩哔哩1、完成pokemmo辅...
专业透视!德州透视是真的假的!... 专业透视!德州透视是真的假的!一直存在有辅助工具(有挂秘笈)-哔哩哔哩1、德州透视是真的假的破解器简...
解迷透视!德州局脚本!竟然一直... 解迷透视!德州局脚本!竟然一直都是有辅助方法(有挂教程)-哔哩哔哩1、打开软件启动之后找到中间准星的...