Closed maitrepylos closed 6 years ago
Sorry, I just figured I should use the client and not Filesystem.
What do you mean by using the client?
the client class:
use Spatie\Dropbox\Client;
$client = new Client($authorizationToken);
+1
Hello, I am currently exploring your library by discovering step by step the different methods to apply to my project. I have a problem with getTemporaryLink. Thank you for your work.