Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload failed #186

Open
mdawart opened this issue Jun 6, 2022 · 5 comments
Open

Upload failed #186

mdawart opened this issue Jun 6, 2022 · 5 comments

Comments

@mdawart
Copy link

mdawart commented Jun 6, 2022

I am uploading folders with a lot of big e.g. video files. #178

Sometimes all the uploads failure after a while and I get errors like

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "authError",
    "message": "Invalid Credentials",
    "locationType": "header",
    "location": "Authorization"
   }
  ],
  "code": 401,
  "message": "Invalid Credentials"
 }
}

but when the script starts to upload another folder, seems to work (at least at the start). Is Google limiting the upload somehow?

And I assume Google Drive refuses the MacOS meta files so I can ignore errors like

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "notFound",
    "message": "File not found: .",
    "locationType": "parameter",
    "location": "fileId"
   }
  ],
  "code": 404,
  "message": "File not found: ."
 }
}

[ Status: 0 Uploaded | 37 Failed ]
[ ._Untitled.mp4 | 0 B ]
[ Upload ERROR, ._Untitled.mp4 not Uploaded. ]

When I try to upload failured files from the folders one by one, I get errors like these for some of them

[ Upload Method: Create ]

[ 05062022_141648.mov | 0 B ]
[ Uploading.. ]
##################################################                                                                                                                            29,3%
[ Upload ERROR, 05062022_141648.mov not Uploaded. ]
@Akianonymus
Copy link
Collaborator

Try again and see if this issue persists. Be sure to update.

@mdawart
Copy link
Author

mdawart commented Jul 16, 2022

Was not able to test, because getting another error https://github.com/labbots/google-drive-upload/pull/185#issuecomment-1186191539

@Akianonymus
Copy link
Collaborator

yOUR link opens an empty page

@mdawart
Copy link
Author

mdawart commented Jul 22, 2022

next try gupload.zip

@Akianonymus
Copy link
Collaborator

What is the error now ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants