You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see, that my "download from the Internet" button is disabled ...
... and I cannot find any project settings concerning it.
According to frontend/project/new/new-file-page.tsx
...
functionblocked(){if(project_map==null){return"";}if(get_total_project_quotas(project_id)?.network){return"";}else{return" (access blocked -- see project settings)";}}...<NewFileButtonicon={"cloud"}name={`Download from Internet URL ${blocked()}`}on_click={()=>createFile()}loading={downloading_file}/>
it somehow related with Project Quota Settings that moved to «Quotas and Upgrades»,
but here I also cannot find corresponding setting.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I see, that my "download from the Internet" button is disabled ...
... and I cannot find any project settings concerning it.
According to
frontend/project/new/new-file-page.tsx
it somehow related with Project Quota Settings that moved to «Quotas and Upgrades»,
but here I also cannot find corresponding setting.
Beta Was this translation helpful? Give feedback.
All reactions