You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imported the Java Bynder SDK into our ecosystem and I am implementing asset upload functionality to Bynder, using an AWS Lambda function that receives assets from an AWS S3 bucket, and we are using Client Credentials as grant type for Authentication against our Bynder OAuth App.
For now I am following the bynder example from the sdk package: https://github.com/Bynder/bynder-java-sdk/blob/master/src/main/java/com/bynder/sdk/sample/UploadSample.java But I am getting an error when the lambda code gets to Desktop desktop = Desktop.getDesktop(); and it looks like this error occurs because this approach is not compatible with a Lambda environment being a headless environment and also looks like this approach might not be using Client Credentials as grant type as authentication flow.
Could you please provide an example of how to implement asset upload with using the Client Credentials grant type as authentication flow?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Permanent token can be setup within portal settings. Permanent tokens may be deprecated in the future, and we will need to implement client credentials support in the future.
I imported the Java Bynder SDK into our ecosystem and I am implementing asset upload functionality to Bynder, using an AWS Lambda function that receives assets from an AWS S3 bucket, and we are using Client Credentials as grant type for Authentication against our Bynder OAuth App.
For now I am following the bynder example from the sdk package: https://github.com/Bynder/bynder-java-sdk/blob/master/src/main/java/com/bynder/sdk/sample/UploadSample.java But I am getting an error when the lambda code gets to Desktop desktop = Desktop.getDesktop(); and it looks like this error occurs because this approach is not compatible with a Lambda environment being a headless environment and also looks like this approach might not be using Client Credentials as grant type as authentication flow.
Could you please provide an example of how to implement asset upload with using the Client Credentials grant type as authentication flow?
Thank you in advance!
The text was updated successfully, but these errors were encountered: