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

fix googlefile #2205

Merged
merged 3 commits into from
Oct 27, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion ganga/GangaCore/GPIDev/Lib/File/GoogleFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class GoogleFile(IGangaFile):
doc='reason for the upload failure'),
'compressed': SimpleItem(defvalue=False, typelist=[bool], protected=0,
doc='wheather the output file should be compressed before sending somewhere'),
'downloadURL': SimpleItem(defvalue="", copyable=1, protected=1,
'downloadURL': SimpleItem(defvalue="", copyable=1, protected=0,
doc='download URL assigned to the file upon upload to GoogleDrive'),
'id': SimpleItem(defvalue="", copyable=1, hidden=1, protected=1,
doc='GoogleFile ID assigned to file on upload to GoogleDrive'),
Expand Down