Bug #3323
google drive client intake not able to download file
Status: | Feedback | Start date: | 04/30/2014 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assignee: | harlo | % Done: | 0% | |
Category: | - | |||
Target version: | GLSP | |||
Component: |
Description
The files are "absorbed" but they are never downloaded:
listing assets {'file': 'application/vnd.google-apps.file', 'pgp': 'application/pgp', 'zip': 'application/zip', '3gp': 'video/3gpp', 'image': 'image/jpeg', 'video': 'video/x-matroska', 'wildcard': 'application/octet-stream', 'j3m': 'text/plain', 'gzip': 'application/x-gzip', 'folder': 'application/vnd.google-apps.folder', 'j3mlog': 'informacam/log'}0B56KCkU-g5g_dHNCa1NLNTJ0akk
informacam/log
copied over 0By-WvsrV1X3hTXJzY0c4S1NvMzA
registered 0By-WvsrV1X3hTXJzY0c4S1NvMzA
<HttpError 403 when requesting https://www.googleapis.com/drive/v2/files/0B56KCkU-g5g_dHNCa1NLNTJ0akk returned "Insufficient permissions for this file">
0B07iVinFhZgqazdqcUtzNGpWS2s
application/zip
copied over 0By-WvsrV1X3hd1lPRkJUbnI1d3c
registered 0By-WvsrV1X3hd1lPRkJUbnI1d3c
<HttpError 403 when requesting https://www.googleapis.com/drive/v2/files/0B07iVinFhZgqazdqcUtzNGpWS2s returned "Insufficient permissions for this file">
0B56KCkU-g5g_bl9qUWZxUDB1bHM
informacam/log
copied over 0By-WvsrV1X3hRHM4ZW1ZY0E2V3M
registered 0By-WvsrV1X3hRHM4ZW1ZY0E2V3M
<HttpError 403 when requesting https://www.googleapis.com/drive/v2/files/0B56KCkU-g5g_bl9qUWZxUDB1bHM returned "Insufficient permissions for this file">
0B56KCkU-g5g_eWxvRGcwQVV6Tkk
informacam/log
copied over 0By-WvsrV1X3hNzE2VUtKVlVrRmc
registered 0By-WvsrV1X3hNzE2VUtKVlVrRmc
<HttpError 403 when requesting https://www.googleapis.com/drive/v2/files/0B56KCkU-g5g_eWxvRGcwQVV6Tkk returned "Insufficient permissions for this file">
0B07iVinFhZgqRnlRQldTdlpqS2c
application/vnd.google-apps.folder
updating sources logs... {u'sources': 1398885285518.11, u'submissions': 1398885126535.728}
History
#1 Updated by n8fr8 over 3 years ago
Seems like the 403 happens in the pullFile() call in the drive_client.py
#2 Updated by n8fr8 over 3 years ago
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "dailyLimitExceededUnreg",
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
"extendedHelp": "https://code.google.com/apis/console"
}
],
"code": 403,
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
}
}
#3 Updated by n8fr8 over 3 years ago
Okay for some reason I can access the files now... but I still need the private key password for gnupg
#4 Updated by n8fr8 over 3 years ago
n8fr8 wrote:
Seems like the 403 happens in the pullFile() call in the drive_client.py
BTW, the 403 was actually happening on the delete file, and then it was killing the whole listAssets process. I commented out the delete for now.
#5 Updated by harlo over 3 years ago
- Status changed from New to Feedback