Podio PHP IssueTrying to get property of non-object inHow can I prevent SQL injection in PHP?Deleting an element from an array in PHPReference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?PHP parse/syntax errors; and how to solve them?Podio PHP API > Get item revision differenceUncaught PodioBadRequestError: “Must specify either 'embed' or 'url'”Podio API throwing error while getting ItemsError in file uploading Podio API
In the Schrödinger equation, can I have a Hamiltonian without a kinetic term?
Password management for kids - what's a good way to start?
Academic progression in Germany, what happens after a postdoc? What is the next step?
Why was the Lobbying Transparency and Accountability Act of 2006 deemed too weak?
Can I shorten this filter, that finds disk sizes over 100G?
Word for giving preference to the oldest child
Correct word for a little toy that always stands up?
Word for soundtrack music which is part of the action of the movie
Adding a (stair/baby) gate without facing walls
How can you tell the version of Ubuntu on a system in a .sh (bash) script?
Reducing the time for rolling hash
Balancing Humanoid fantasy races: Elves
How do I respond appropriately to an overseas company that obtained a visa for me without hiring me?
Best Ergonomic Design for a handheld ranged weapon
Coworker mumbles to herself when working, how to ask her to stop?
My employer is refusing to give me the pay that was advertised after an internal job move
What is the range of a Drunken Monk's Redirect attack?
Why are prop blades not shaped like household fan blades?
Easy way to get process information from a window
What force enables us to walk? Friction or normal reaction?
GDPR Compliance - notification of data breach
Create two random teams from a list of players
How can a class have multiple methods without breaking the single responsibility principle
When did J.K. Rowling decide to make Ron and Hermione a couple?
Podio PHP Issue
Trying to get property of non-object inHow can I prevent SQL injection in PHP?Deleting an element from an array in PHPReference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?PHP parse/syntax errors; and how to solve them?Podio PHP API > Get item revision differenceUncaught PodioBadRequestError: “Must specify either 'embed' or 'url'”Podio API throwing error while getting ItemsError in file uploading Podio API
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Hello Everyone and Podio Development team, I have some issues in podio since few days, I integrate podio in client project and project is in PHP Codeigniter, The podio API's were working before perfectly, but now there are some issues i am getting error The path '/item/basic' was not found.." Request URL: http://api.podio.com/item/basic
Although to verify code, I already checked old codes which was also integrated in podio and they are also not working now since few days. I checked podio website for Podio Items: Get item basic
https://developers.podio.com/doc/items/get-basic-item-61768
this is deprecated but no alternatives are provided and I am getting error regarding this.
When i comment code of podio and website works but when i uncomment code of podio and run it it shows error since few days, I have tried all steps and cross check in case code mistake there is no mistake as same code was working before, old codes also i checked which worked before not worked now. Kindly help me thank you.
Attaching screenshots
Fatal error: Uncaught PodioNotFoundError: "No matching operation could be found. The path '/item/basic' was not found.." Request URL: http://api.podio.com/item/basic Stack Trace: #0 /home/username/public_html/podio-php-4.3.0/lib/Podio.php(351): Podio::request('GET', '/item//basic', Array, Array) #1 /home/username/public_html/podio-php-4.3.0/models/PodioItem.php(120): Podio::get('/item//basic', Array) #2 /home/username/public_html/st_application/controllers/user.php(1459): PodioItem::get_basic(NULL) #3 /home/username/public_html/st_application/controllers/user.php(901): User->podioPropertyCreate(336, Array, Array, Array, Array, '3 Females, 1 Ma...', 'uploads/files/', Array, 'jahanzeb@gmail....') #4 [internal function]: User->add_property('add') #5 /home/username/public_html/st_system/core/CodeIgniter.php(360): call_user_func_array(Array, Array) #6 /home/username/public_html/index.php(202): require_once('/home
/username...') #7 main thrown in /home/username/public_html/podio-php-4.3.0/lib/Podio.php on line 324
This is the issue image:
php podio
|
show 2 more comments
Hello Everyone and Podio Development team, I have some issues in podio since few days, I integrate podio in client project and project is in PHP Codeigniter, The podio API's were working before perfectly, but now there are some issues i am getting error The path '/item/basic' was not found.." Request URL: http://api.podio.com/item/basic
Although to verify code, I already checked old codes which was also integrated in podio and they are also not working now since few days. I checked podio website for Podio Items: Get item basic
https://developers.podio.com/doc/items/get-basic-item-61768
this is deprecated but no alternatives are provided and I am getting error regarding this.
When i comment code of podio and website works but when i uncomment code of podio and run it it shows error since few days, I have tried all steps and cross check in case code mistake there is no mistake as same code was working before, old codes also i checked which worked before not worked now. Kindly help me thank you.
Attaching screenshots
Fatal error: Uncaught PodioNotFoundError: "No matching operation could be found. The path '/item/basic' was not found.." Request URL: http://api.podio.com/item/basic Stack Trace: #0 /home/username/public_html/podio-php-4.3.0/lib/Podio.php(351): Podio::request('GET', '/item//basic', Array, Array) #1 /home/username/public_html/podio-php-4.3.0/models/PodioItem.php(120): Podio::get('/item//basic', Array) #2 /home/username/public_html/st_application/controllers/user.php(1459): PodioItem::get_basic(NULL) #3 /home/username/public_html/st_application/controllers/user.php(901): User->podioPropertyCreate(336, Array, Array, Array, Array, '3 Females, 1 Ma...', 'uploads/files/', Array, 'jahanzeb@gmail....') #4 [internal function]: User->add_property('add') #5 /home/username/public_html/st_system/core/CodeIgniter.php(360): call_user_func_array(Array, Array) #6 /home/username/public_html/index.php(202): require_once('/home
/username...') #7 main thrown in /home/username/public_html/podio-php-4.3.0/lib/Podio.php on line 324
This is the issue image:
php podio
2
Looking at the doc, the API endpoint is/item/item-id/basic
– user1334621
Mar 26 at 22:44
the problem is i am passing client id, secret id etc. so i am not calling specifically url, it is calling through podio client which i put in my project folder
– talha ghaffar
Mar 26 at 22:56
One more thing, it was working few days ago same code same everything, now it is not working, i have 3 4 codes as you know we develop new features of websites every day so all backups also not working since few days
– talha ghaffar
Mar 26 at 22:59
Can you help me with this @MagnusEriksson
– talha ghaffar
Mar 26 at 23:08
1
Honestly, if they have an API that used to work and just stopped without you changing anything, you should contact their support directly. SO isn't meant as a general helpdesk/support forum for off-site/third party services. If you're having some programming issues with your code, we're here to help you.
– Magnus Eriksson
Mar 26 at 23:11
|
show 2 more comments
Hello Everyone and Podio Development team, I have some issues in podio since few days, I integrate podio in client project and project is in PHP Codeigniter, The podio API's were working before perfectly, but now there are some issues i am getting error The path '/item/basic' was not found.." Request URL: http://api.podio.com/item/basic
Although to verify code, I already checked old codes which was also integrated in podio and they are also not working now since few days. I checked podio website for Podio Items: Get item basic
https://developers.podio.com/doc/items/get-basic-item-61768
this is deprecated but no alternatives are provided and I am getting error regarding this.
When i comment code of podio and website works but when i uncomment code of podio and run it it shows error since few days, I have tried all steps and cross check in case code mistake there is no mistake as same code was working before, old codes also i checked which worked before not worked now. Kindly help me thank you.
Attaching screenshots
Fatal error: Uncaught PodioNotFoundError: "No matching operation could be found. The path '/item/basic' was not found.." Request URL: http://api.podio.com/item/basic Stack Trace: #0 /home/username/public_html/podio-php-4.3.0/lib/Podio.php(351): Podio::request('GET', '/item//basic', Array, Array) #1 /home/username/public_html/podio-php-4.3.0/models/PodioItem.php(120): Podio::get('/item//basic', Array) #2 /home/username/public_html/st_application/controllers/user.php(1459): PodioItem::get_basic(NULL) #3 /home/username/public_html/st_application/controllers/user.php(901): User->podioPropertyCreate(336, Array, Array, Array, Array, '3 Females, 1 Ma...', 'uploads/files/', Array, 'jahanzeb@gmail....') #4 [internal function]: User->add_property('add') #5 /home/username/public_html/st_system/core/CodeIgniter.php(360): call_user_func_array(Array, Array) #6 /home/username/public_html/index.php(202): require_once('/home
/username...') #7 main thrown in /home/username/public_html/podio-php-4.3.0/lib/Podio.php on line 324
This is the issue image:
php podio
Hello Everyone and Podio Development team, I have some issues in podio since few days, I integrate podio in client project and project is in PHP Codeigniter, The podio API's were working before perfectly, but now there are some issues i am getting error The path '/item/basic' was not found.." Request URL: http://api.podio.com/item/basic
Although to verify code, I already checked old codes which was also integrated in podio and they are also not working now since few days. I checked podio website for Podio Items: Get item basic
https://developers.podio.com/doc/items/get-basic-item-61768
this is deprecated but no alternatives are provided and I am getting error regarding this.
When i comment code of podio and website works but when i uncomment code of podio and run it it shows error since few days, I have tried all steps and cross check in case code mistake there is no mistake as same code was working before, old codes also i checked which worked before not worked now. Kindly help me thank you.
Attaching screenshots
Fatal error: Uncaught PodioNotFoundError: "No matching operation could be found. The path '/item/basic' was not found.." Request URL: http://api.podio.com/item/basic Stack Trace: #0 /home/username/public_html/podio-php-4.3.0/lib/Podio.php(351): Podio::request('GET', '/item//basic', Array, Array) #1 /home/username/public_html/podio-php-4.3.0/models/PodioItem.php(120): Podio::get('/item//basic', Array) #2 /home/username/public_html/st_application/controllers/user.php(1459): PodioItem::get_basic(NULL) #3 /home/username/public_html/st_application/controllers/user.php(901): User->podioPropertyCreate(336, Array, Array, Array, Array, '3 Females, 1 Ma...', 'uploads/files/', Array, 'jahanzeb@gmail....') #4 [internal function]: User->add_property('add') #5 /home/username/public_html/st_system/core/CodeIgniter.php(360): call_user_func_array(Array, Array) #6 /home/username/public_html/index.php(202): require_once('/home
/username...') #7 main thrown in /home/username/public_html/podio-php-4.3.0/lib/Podio.php on line 324
This is the issue image:
php podio
php podio
edited Mar 26 at 23:08
Magnus Eriksson
8,5454 gold badges15 silver badges28 bronze badges
8,5454 gold badges15 silver badges28 bronze badges
asked Mar 26 at 22:33
talha ghaffartalha ghaffar
13 bronze badges
13 bronze badges
2
Looking at the doc, the API endpoint is/item/item-id/basic
– user1334621
Mar 26 at 22:44
the problem is i am passing client id, secret id etc. so i am not calling specifically url, it is calling through podio client which i put in my project folder
– talha ghaffar
Mar 26 at 22:56
One more thing, it was working few days ago same code same everything, now it is not working, i have 3 4 codes as you know we develop new features of websites every day so all backups also not working since few days
– talha ghaffar
Mar 26 at 22:59
Can you help me with this @MagnusEriksson
– talha ghaffar
Mar 26 at 23:08
1
Honestly, if they have an API that used to work and just stopped without you changing anything, you should contact their support directly. SO isn't meant as a general helpdesk/support forum for off-site/third party services. If you're having some programming issues with your code, we're here to help you.
– Magnus Eriksson
Mar 26 at 23:11
|
show 2 more comments
2
Looking at the doc, the API endpoint is/item/item-id/basic
– user1334621
Mar 26 at 22:44
the problem is i am passing client id, secret id etc. so i am not calling specifically url, it is calling through podio client which i put in my project folder
– talha ghaffar
Mar 26 at 22:56
One more thing, it was working few days ago same code same everything, now it is not working, i have 3 4 codes as you know we develop new features of websites every day so all backups also not working since few days
– talha ghaffar
Mar 26 at 22:59
Can you help me with this @MagnusEriksson
– talha ghaffar
Mar 26 at 23:08
1
Honestly, if they have an API that used to work and just stopped without you changing anything, you should contact their support directly. SO isn't meant as a general helpdesk/support forum for off-site/third party services. If you're having some programming issues with your code, we're here to help you.
– Magnus Eriksson
Mar 26 at 23:11
2
2
Looking at the doc, the API endpoint is
/item/item-id/basic
– user1334621
Mar 26 at 22:44
Looking at the doc, the API endpoint is
/item/item-id/basic
– user1334621
Mar 26 at 22:44
the problem is i am passing client id, secret id etc. so i am not calling specifically url, it is calling through podio client which i put in my project folder
– talha ghaffar
Mar 26 at 22:56
the problem is i am passing client id, secret id etc. so i am not calling specifically url, it is calling through podio client which i put in my project folder
– talha ghaffar
Mar 26 at 22:56
One more thing, it was working few days ago same code same everything, now it is not working, i have 3 4 codes as you know we develop new features of websites every day so all backups also not working since few days
– talha ghaffar
Mar 26 at 22:59
One more thing, it was working few days ago same code same everything, now it is not working, i have 3 4 codes as you know we develop new features of websites every day so all backups also not working since few days
– talha ghaffar
Mar 26 at 22:59
Can you help me with this @MagnusEriksson
– talha ghaffar
Mar 26 at 23:08
Can you help me with this @MagnusEriksson
– talha ghaffar
Mar 26 at 23:08
1
1
Honestly, if they have an API that used to work and just stopped without you changing anything, you should contact their support directly. SO isn't meant as a general helpdesk/support forum for off-site/third party services. If you're having some programming issues with your code, we're here to help you.
– Magnus Eriksson
Mar 26 at 23:11
Honestly, if they have an API that used to work and just stopped without you changing anything, you should contact their support directly. SO isn't meant as a general helpdesk/support forum for off-site/third party services. If you're having some programming issues with your code, we're here to help you.
– Magnus Eriksson
Mar 26 at 23:11
|
show 2 more comments
1 Answer
1
active
oldest
votes
You are not passing the item_id
with the API call.
For PodioItem::get_basic
API call, the item_id
parameter (first parameter) is required one.
Also, please note that this get_basic
operation is deprecated and will be removed soon.
Please use Podio Get Item API instead.
Can you tell me where do i find item id? As i am calling id's i dont have item id, here is my sample code which was working before in get_basic when its required only 1 parameter. kindly check the code i called item_id and save it in userItemid with array and it was working before but now its not working as the api changed? and multiple parameters should be passed? but where do i get item_id now? because i dont see item_id in podio dashboard. Kindly check the code and let me know what should i do. Thank you Check the code in next comment.
– talha ghaffar
Mar 27 at 12:03
$userItemId = $getItems[0]->item_id; $item = PodioItem::get_basic($userItemId); PodioItemField::update($userItemId, $AdvertFieldId, $field->as_json(false)); if($itemsAdvert) return true;
– talha ghaffar
Mar 27 at 12:04
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55367134%2fpodio-php-issue%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You are not passing the item_id
with the API call.
For PodioItem::get_basic
API call, the item_id
parameter (first parameter) is required one.
Also, please note that this get_basic
operation is deprecated and will be removed soon.
Please use Podio Get Item API instead.
Can you tell me where do i find item id? As i am calling id's i dont have item id, here is my sample code which was working before in get_basic when its required only 1 parameter. kindly check the code i called item_id and save it in userItemid with array and it was working before but now its not working as the api changed? and multiple parameters should be passed? but where do i get item_id now? because i dont see item_id in podio dashboard. Kindly check the code and let me know what should i do. Thank you Check the code in next comment.
– talha ghaffar
Mar 27 at 12:03
$userItemId = $getItems[0]->item_id; $item = PodioItem::get_basic($userItemId); PodioItemField::update($userItemId, $AdvertFieldId, $field->as_json(false)); if($itemsAdvert) return true;
– talha ghaffar
Mar 27 at 12:04
add a comment |
You are not passing the item_id
with the API call.
For PodioItem::get_basic
API call, the item_id
parameter (first parameter) is required one.
Also, please note that this get_basic
operation is deprecated and will be removed soon.
Please use Podio Get Item API instead.
Can you tell me where do i find item id? As i am calling id's i dont have item id, here is my sample code which was working before in get_basic when its required only 1 parameter. kindly check the code i called item_id and save it in userItemid with array and it was working before but now its not working as the api changed? and multiple parameters should be passed? but where do i get item_id now? because i dont see item_id in podio dashboard. Kindly check the code and let me know what should i do. Thank you Check the code in next comment.
– talha ghaffar
Mar 27 at 12:03
$userItemId = $getItems[0]->item_id; $item = PodioItem::get_basic($userItemId); PodioItemField::update($userItemId, $AdvertFieldId, $field->as_json(false)); if($itemsAdvert) return true;
– talha ghaffar
Mar 27 at 12:04
add a comment |
You are not passing the item_id
with the API call.
For PodioItem::get_basic
API call, the item_id
parameter (first parameter) is required one.
Also, please note that this get_basic
operation is deprecated and will be removed soon.
Please use Podio Get Item API instead.
You are not passing the item_id
with the API call.
For PodioItem::get_basic
API call, the item_id
parameter (first parameter) is required one.
Also, please note that this get_basic
operation is deprecated and will be removed soon.
Please use Podio Get Item API instead.
answered Mar 27 at 8:58
Mûhámmàd Yäsår KMûhámmàd Yäsår K
1,2127 silver badges21 bronze badges
1,2127 silver badges21 bronze badges
Can you tell me where do i find item id? As i am calling id's i dont have item id, here is my sample code which was working before in get_basic when its required only 1 parameter. kindly check the code i called item_id and save it in userItemid with array and it was working before but now its not working as the api changed? and multiple parameters should be passed? but where do i get item_id now? because i dont see item_id in podio dashboard. Kindly check the code and let me know what should i do. Thank you Check the code in next comment.
– talha ghaffar
Mar 27 at 12:03
$userItemId = $getItems[0]->item_id; $item = PodioItem::get_basic($userItemId); PodioItemField::update($userItemId, $AdvertFieldId, $field->as_json(false)); if($itemsAdvert) return true;
– talha ghaffar
Mar 27 at 12:04
add a comment |
Can you tell me where do i find item id? As i am calling id's i dont have item id, here is my sample code which was working before in get_basic when its required only 1 parameter. kindly check the code i called item_id and save it in userItemid with array and it was working before but now its not working as the api changed? and multiple parameters should be passed? but where do i get item_id now? because i dont see item_id in podio dashboard. Kindly check the code and let me know what should i do. Thank you Check the code in next comment.
– talha ghaffar
Mar 27 at 12:03
$userItemId = $getItems[0]->item_id; $item = PodioItem::get_basic($userItemId); PodioItemField::update($userItemId, $AdvertFieldId, $field->as_json(false)); if($itemsAdvert) return true;
– talha ghaffar
Mar 27 at 12:04
Can you tell me where do i find item id? As i am calling id's i dont have item id, here is my sample code which was working before in get_basic when its required only 1 parameter. kindly check the code i called item_id and save it in userItemid with array and it was working before but now its not working as the api changed? and multiple parameters should be passed? but where do i get item_id now? because i dont see item_id in podio dashboard. Kindly check the code and let me know what should i do. Thank you Check the code in next comment.
– talha ghaffar
Mar 27 at 12:03
Can you tell me where do i find item id? As i am calling id's i dont have item id, here is my sample code which was working before in get_basic when its required only 1 parameter. kindly check the code i called item_id and save it in userItemid with array and it was working before but now its not working as the api changed? and multiple parameters should be passed? but where do i get item_id now? because i dont see item_id in podio dashboard. Kindly check the code and let me know what should i do. Thank you Check the code in next comment.
– talha ghaffar
Mar 27 at 12:03
$userItemId = $getItems[0]->item_id; $item = PodioItem::get_basic($userItemId); PodioItemField::update($userItemId, $AdvertFieldId, $field->as_json(false)); if($itemsAdvert) return true;
– talha ghaffar
Mar 27 at 12:04
$userItemId = $getItems[0]->item_id; $item = PodioItem::get_basic($userItemId); PodioItemField::update($userItemId, $AdvertFieldId, $field->as_json(false)); if($itemsAdvert) return true;
– talha ghaffar
Mar 27 at 12:04
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55367134%2fpodio-php-issue%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Looking at the doc, the API endpoint is
/item/item-id/basic
– user1334621
Mar 26 at 22:44
the problem is i am passing client id, secret id etc. so i am not calling specifically url, it is calling through podio client which i put in my project folder
– talha ghaffar
Mar 26 at 22:56
One more thing, it was working few days ago same code same everything, now it is not working, i have 3 4 codes as you know we develop new features of websites every day so all backups also not working since few days
– talha ghaffar
Mar 26 at 22:59
Can you help me with this @MagnusEriksson
– talha ghaffar
Mar 26 at 23:08
1
Honestly, if they have an API that used to work and just stopped without you changing anything, you should contact their support directly. SO isn't meant as a general helpdesk/support forum for off-site/third party services. If you're having some programming issues with your code, we're here to help you.
– Magnus Eriksson
Mar 26 at 23:11