issues Search Results · repo:Bynder/bynder-python-sdk language:Python
Filter by
14 results
(65 ms)14 results
inBynder/bynder-python-sdk (press backspace or delete to remove)Hi, I m getting an HTTPError: 403 Client Error: Forbidden for url: url error when I try to run the following with the
SDK (I ve hidden the token and the domain, obviously). This worked previously. I can ...
tcubed
- 4
- Opened on Feb 19, 2024
- #45
We would like to get the responsible of a job at a certain active stage. However that doesn t seem to be possible, as by
using the SDK function to get the job information:
job_info = workflow_client.job_info( ...
spKavvadias
- Opened on Feb 6, 2024
- #42
I have setup my oauth2 application in Bynder to authenticate using Client Credentials. I can authenticate using postman
by calling the /token endpoint.
When connecting using the python sdk, it looks like ...
kristianandersendk
- 1
- Opened on Feb 2, 2024
- #41
I suspect that this is related to #33 but I wanted to ask.
I am extending the AssetBankClient to create metaproperty option (as mentioned in #30):
def create_metaproperty_option(self, property_id, ...
lukeallister
- 8
- Opened on Jan 25, 2023
- #37
Using the code in the example app.py to upload a small png to the asset bank:
def uploadFile(asset_bank_client, brand_id, file_path):
print( \n Upload a file to the asset bank )
uploaded_file ...
geekbeard
- 7
- Opened on Jan 12, 2023
- #33
Problem with connecting. Is this the right way to use code? From the response? Why is connection failing? Ref: Issue
#31.
pre bynder_client = BynderClient( domain=DOMAIN, redirect_uri= https://localhost/callback ...
tedatkc
- 10
- Opened on Dec 5, 2022
- #32
Trying to access our Bynder instance with the python SDK. I ve tried the getting started and running into problems.
I ve submitted a ticket 160448 and they redirected me here.
pre from bynder_sdk import ...
tedatkc
- 3
- Opened on Dec 2, 2022
- #31
In the javascript SDK, bynder-js-sdk this method is available (saveNewMetapropertyOption).
See https://bynder.docs.apiary.io/#reference/metaproperties/metaproperty-option-operations
rmuller
- Opened on Jan 5, 2022
- #30
Currently, there is no way to increase the max number of connection pool used by the SDK.
The connection pool is created by:
https://github.com/psf/requests/blob/99b3b492418d0751ca960178d274f89805095e4c/requests/adapters.py#L114 ...
jhall234
- 3
- Opened on Dec 16, 2021
- #28
After installing latest via pip install bynder-sdk:
from bynder_sdk import BynderClient
Traceback (most recent call last):
File stdin , line 1, in module
File /Users/dev/Desktop/internal-tools/dashboard/venv/lib/python3.7/site-packages/bynder_sdk/__init__.py ...
rahulsabbineni
- 2
- Opened on Oct 20, 2020
- #15

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.