Search results

  1. 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?
  2. 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.
  3. 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
  4. 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.
  5. 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...
  6. 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...
  7. 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...
  8. 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.
  9. 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?
  10. 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.
  11. 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?
  12. adam

    Anybody has any success using the API

    Example please?
  13. adam

    Anybody has any success using the API

    Yes, that's why I've asked for access to your admin. How can I diagnose something if I'm not seeing the same issues? As far as I'm concerned the API is working as expected in the release code. You added the final question on an edit to your post, so no I didn't read that first time. It's as the...
  14. adam

    Anybody has any success using the API

    No, I'm still not seeing issues. Have you sent me access to your install so I can confirm it's working as expected?
  15. adam

    Anybody has any success using the API

    You use your 2 API keys to get 1 access token, it doesn't respond with 2. This is the web standard, first authenticate the user then process their actual request. If you look at OAuth (which Facebook, Twitter etc uses) it's very similar, if not more lengthy. Once you have the access token it can...
  16. adam

    Reorder file list

    Hi, What do you mean by another position in the list? Another folder outside of the current folder? If yes, you can also drag it to the treeview folder listing on the left-hand side. Thanks, Adam.
  17. adam

    Stats/Download Count Not Updating

    Hi, There's no crons for stats, although they wont count for your own files, if you download them. It'll only count if other people download your files. If you're still seeing issues, drop me an email via the ticketing system and I'll take a look. Thanks, Adam.
  18. adam

    Remote URL Upload only works with other Yetishare file hosts?

    Hi, Only if they support direct downloads. Most file hosts will block the download as they want the visitor to see ads/upgrade etc. If you have a premium account, *sometimes* you can use download the file in the format: https://your_user:[email protected]/file/download/url.zip...
  19. adam

    Fresh Install [v4.5.2]: Call to undefined method uploader::makeFilenameSafe()

    Copy of my ticket response below.. :) Can you please try uploading the attached file into: /core/includes/ We did a release yesterday which was missing a function. I've checked other changes and they look fine.