Search results

  1. adam

    cant't see Files details

    You can do it here: https://mfscripts.com/contact.html
  2. adam

    cant't see Files details

    Can you raise a ticket with script admin access, I'll take a look directly?
  3. adam

    cant't see Files details

    Thanks for updating. Was your install an upgrade or a fresh install?
  4. adam

    duplicated folder the same number of times it is shared

    Hi, This was fixed in the latest release of uCloud I believe. Can you try extracting and uploading the attached files into the following folders: /themes/cloudable/templates/ajax/_load_album.ajax.php /core/includes/fileAction.class.php Thanks, Adam.
  5. adam

    cant't see Files details

    Hi, Please can you link your forum account to your paid license, you can do this via our main site mfscripts.com. Once you've done this, after 10 minutes logout and back into this forum, your account should update. Thanks, Adam.
  6. adam

    C# File Browser using YetiShare API

    Sure, I understand. I've logged it for review to include in the next release. If it's available before then I'll update here.
  7. adam

    My account (by IP Address ) is locked ...

    Have a look at the following, it should sort it: https://support.mfscripts.com/public/kb_view/69/
  8. adam

    C# File Browser using YetiShare API

    Thanks for confirming, I'll get some examples together over the next week and update here/the API docs.
  9. adam

    C# File Browser using YetiShare API

    The next release will likely be in about 4-6 weeks. Although there's already support in the admin area for file descriptions, so if you're happy editing them using the admin area you can patch support into the API. To patch it edit: "\core\includes\api\v2\endpoint\file.api.php" Find: keywords...
  10. adam

    C# File Browser using YetiShare API

    I'll see if I can make up some examples to make this a bit clearer. Are you using pure Curl or PHP with Curl?
  11. adam

    dashboard issues

    I've responded to your ticket, but it looks like an issue with the Nginx rules. Make sure they match the ones we supply with the script download.
  12. adam

    C# File Browser using YetiShare API

    Thanks for the feedback. 1) This should be easy to add, I'll include it in the next release. 2) Does your next post mean you've resolved this one? :) Or are you still having issues? Thanks, Adam. #yetisharerfcs
  13. adam

    Update Reservo 1.7 to 1.8

    Hi, Yes you can use that or WinMerge. WinMerge enables you to compare 2 folders recursively, then lists the changes. Thanks, Adam.
  14. adam

    PayPal doesn't Working

    Hi, You'd probably be best enabling the standard PayPal plugin (the dedicated plugin), you only need to enter your PayPal email address with that one. So disable the payments plugin and enable the PayPal plugin. The new PayPal integration is for onsite credit card payments, most users wont use...
  15. adam

    Anybody has any success using the API

    Look, enough of the sarcasm and ranting on your posts. I've been extremely patient with you so far but if you continue you'll loose access to these forums. In the documentation the /folder/listing endpoint is described as: "Returns a list of folders and files within the passed...
  16. adam

    Anybody has any success using the API

    As per the documentation: /folder/listing Returns a list of folders and files within the passed parent_folder_id. If this value is blank the root folder/file listing is returned. /file/download Generates a unique download url for a file. You can see example responses in the documentation...
  17. adam

    Anybody has any success using the API

    So it must be either your third party tool or however you've configured it. The tool in the script admin area is a simple form POST into the API endpoint. As I said above, I am not seeing any issues with the API.
  18. adam

    Anybody has any success using the API

    Start with the tool in the script admin area. There's a form you can use to POST to the API. Does that work for you?
  19. adam

    Anybody has any success using the API

    Have you used the test API framework in the admin. It only uses POST apart from the API endpoint. It *may* also work with GET but POST is the standard you should be using, as per the documentation.
  20. adam

    Anybody has any success using the API

    None are PUT. All are POST as documented unless you can show me otherwise. Are you sure you're making requests into the API correctly?