Skip to main content

All Questions

Tagged with
0 votes
1 answer
24 views

invoking getUser from CognitoIdentityProviderClient using PHP SDK gives: Error retrieving credentials from the instance profile metadata service

I am working on an AWS Cognito Authentication solution for my website. I have had the initial code working for some time and now I want to add the ability for a user to see their email and other user ...
aff's user avatar
  • 65
0 votes
0 answers
25 views

Attempted to load class "ModelData" from the global namespace when trying to parse data using PHP SDK

I have a php application, and am using an SDK to call data from an endpoint. The data returned is wrapped in a data object, so it is formatted like this: { "data": { "id": &...
J.Cart's user avatar
  • 562
0 votes
0 answers
14 views

Setting setIsFirstSubsequentAuth, setOriginalAuthAmount and setOriginalNetworkTransId using Authorize.net PHP SDK

I'm using Authorize.net PHP SDK for subscriptions management platform and trying to set setIsFirstSubsequentAuth, setOriginalAuthAmount and setOriginalNetworkTransId during transaction creation ...
Joseph's user avatar
  • 31
0 votes
1 answer
62 views

Which Authentication Mode for Programmatically Uploading Files to S3 Bucket

I have never done this before. What I am trying to do is allow customers, who have already authenticated themselves on my own website, to upload files to an S3 bucket via a dashboard on my own website....
oldboy's user avatar
  • 5,840
0 votes
2 answers
158 views

AliExpress SDK API throws error "The request signature does not conform to platform standards" calling aliexpress.affiliate.productdetail.get service

I'm using AliExpress Affiliate API combinated with the official AliExpress SDK in an effort of connecting with the aliexpress.affiliate.productdetail.get service (docs reference) which is not more ...
Fernando Torres's user avatar
-3 votes
1 answer
245 views

How to connect Laravel Application with ZKteco device

I have brough a new ZKteco finger print device and have a attendance management software based on laravel now I want to integrate it with my software I have seen the Doc it is only for C,C# and Java I ...
Aman Nadeem's user avatar
0 votes
0 answers
47 views

Authentication issue with AWS SDK for PHP and EventBridge client

I have created global endpoint for EventBridge buses, one in us-east1, another in eu-north1 I use Wordpress instance hosted on AWS Lightsail to send event from PHP to global endpoint. I installed ...
Andriej Sazanowicz's user avatar
-2 votes
1 answer
62 views

Kiota MS Graph SDK for PHP email attachments

we are using v2.3.0 and have successfully managed to authenticate and send an email. The issue we are having is with email attachments. The code for the attachments is as follows: $...
JamesB's user avatar
  • 153
0 votes
0 answers
37 views

Plivo cannot Create profile die to unexpected response from api

I am trying to use a Plivo feature to create a customer profile via API endpoint, here's my part of the code : $client = new RestClient( env('PLIVO_AUTH_ID', ''), env('...
oboualla's user avatar
-1 votes
1 answer
53 views

Updating AWS Security Group Rule via PHP SDK 3

I am using PHP SDK v3 the latest release. The documentation for this does not contain an example and the validation is confusing. I am using the documentation here. I am trying the following: $result =...
airyt's user avatar
  • 352
0 votes
0 answers
180 views

Authenticate {unauthorized_client} Egyptian eInvoicing SDK

I'm trying to send JSON data by php, but show {"error":"unauthorized_client"} https://sdk.invoicing.eta.gov.eg/ereceiptapi/01-authenticate-pos/ i used php code and its work on same ...
user3515102's user avatar
0 votes
1 answer
309 views

How to handle getOffers request pagination on Mirakl PHP SDK for sellers?

I took care to read the documentation of the Mirakl PHP SDK, but I am facing an issue regarding the use of the API OF21: List offers of a shop. I use the PHP SDK in version 1.18.1 I want to retrieve ...
MaxTab's user avatar
  • 26
1 vote
0 answers
132 views

Telegram bot response the user requests using telegram-bot-sdk package in Laravel

I am creating a poll. I am using the telegram-bot-sdk package in Laravel. How can I respond to user requests? I want to create a poll using telegram bot and send to the group. First, enter the poll ...
Davron Valiyevich's user avatar
0 votes
1 answer
317 views

Refresh token in Kiota MS Graph SDK for PHP

I have Kiota SDK beta MS Grapch for PHP with auth by code. I don't know how add refresh token because now after every reload page application require new auth code. Is posible add refresh token? $...
michael6969's user avatar
0 votes
1 answer
174 views

Amazon Product Advertising API - Class 'AwsV4' not found

I am trying to use the Amazon Product Advertising API and I use the class AwsV4 to sign my request. I get the message: Uncaught Error: Class 'AwsV4' not found although I have included the libraries. I ...
Rain Man's user avatar

15 30 50 per page
1
2 3 4 5
55