This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Create folder inside a drive #221
Answered
by
jnsougata
SaketMunda
asked this question in
Help
-
is that possible to create folder inside an existing deta drive through Python ? |
Beta Was this translation helpful? Give feedback.
Answered by
jnsougata
May 26, 2022
Replies: 1 comment
-
yes it's possible... just add folder name with file name while uploading a file. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SaketMunda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes it's possible... just add folder name with file name while uploading a file.
for example if your file name is
sample.png
and folder name istest
then during file upload you have to put file nametest/sample.png
if
test
folder doesn't exist it will be created automatically or if it is already there in the drive thesample.png
will be saved inside itnote: an empty folder can not be created