flysystem-google-drive-ext icon indicating copy to clipboard operation
flysystem-google-drive-ext copied to clipboard

Flysystem adapter for Google Drive with seamless virtual<=>display path translation

Results 14 flysystem-google-drive-ext issues
Sort by recently updated
recently updated
newest added

## Context Hello, I'm running Laravel 9.22.1 with PHP 8.1 with those packages : | |version | |-----------------------------------|-----------| |masbug/flysystem-google-drive-ext |`v2.2.2` | |spatie/laravel-backup |`v8.1.3` | I created my credentials to access...

This repository does rely on the new naming scheme (e.g. \Google\Service\Drive instead of \Google_Service_Drive). This is given starting at Google ApiClient 2.10.

This issue was fixed in the 2.x branch: https://github.com/masbug/flysystem-google-drive-ext/commit/f9a69eefe01d0c8f78dd191c9c540740ade94735 This change should do it for the 1.x branch for those who are stuck in v1.

For a file I am trying to delete GoogleDriveAdapter.php delete line 622 throws exception { "error": { "code": 403, "message": "The user does not have sufficient permissions for this file.",...

After we finished developing our app we are now trying to make the access token refresh automatically how is that possible for Oauth and the package? I did not see...

how to solve { "error": { "code": 401, "message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.", "errors":...

I can create folder at shared folder betwen two accounts but I can't show the files and directories in that folder. Plessea tell me where is wrong. Laravel Framework 10.13.5...

I have this code below. Same the property `useDisplayPaths` with `false`, on upload return the original filename. ``` php Storage::extend('google', function ($app, $config) { $client = new GoogleClient(); $client->setClientId($config['clientId']); $client->setClientSecret($config['clientSecret']);...

Google drive backup is perfectly working on local server. But when I host this on live Server(cpanel). It's giving this error: "Exception message: Unable to write file at location: project/2024-06-24-17-35-33.zip....

Rename directory using directory id in laravel. Storage::disk('google'); using this command