Closed lumineida closed 7 years ago
Hi, I'm trying to get the temporary link with:
Storage::disk('dropbox')->getTemporaryLink($path);
But I'm getting:
Call to undefined method League\Flysystem\Filesystem::getTemporaryLink
I appreciate your help.
Sorry, solved it with:
Storage::disk('dropbox')->getAdapter()->getTemporaryLink($path);
Hi, I'm trying to get the temporary link with:
Storage::disk('dropbox')->getTemporaryLink($path);
But I'm getting:
I appreciate your help.