Ben Tadiar
Ben Tadiar
Hi @Blacx The fatal error is due to Dropbox returning an object as the error message. I have submitted a ticket to Dropbox as `$response['body']->error`, to my knowledge, has always...
I do have confirmation from Dropbox that the API returns error messages inconsistently... Useful! This is being looked at by their team, but I'm told the likelihood is that this...
No problem! @Blacx - Can you advise if this problem occurs for all uploads or just some of them?
Same for me @henrylevak. I'll need to get a 5.3.1 install up and running to see if I can replicate.
Hi @Blacx I'm unable to replicate this issue under 5.3.1. It's very strange that this only affects the putFile method, too. Can you advise if the problem persists and if...
Hi @Blacx, Unfortunately I'm still unable to replicate this. Do you have any more information about what might be causing the issue?
PHP 5.3.1 does meet the minimum requirement and all code to date is tested under that version. I'll leave this issue open so others can comment if they experience the...
Hi @xbroak Apologies, you've probably resolved this by now, but I thought I'd reply instead of just closing the ticket. The library is authentication system agnostic. When a user registers,...
Hi @khurshid-alam The library provides 2 different ways of storing tokens, either session based (the token will need to be acquired for each session), or persistently based on user ID....
Hi, This sounds like a network issue between your shared server and one of the Dropbox endpoints. I don't think it is related to the code in this library, so...