HTTP status code error,while creating the folder in gdrive

Hi All,

I need to create a folder in gdrive. I have been using Create folder activity for achieving the same, but i am getting the error that the parent id does not exist. But its present in the gdrive. The error is as mentioned below:

Create Folder: The service drive has thrown an exception. HttpStatusCode is NotFound. File not found:(parentid)

Hello @Athulya_S_Chandran
Verify the ParentID and the verify the access to the respective folder for edit or modify by using the specific Account.

@Athulya_S_Chandran

From where did you get the id?

Genrally it will be in the url

Cheers

Yea i have taken it from the URL only

Parent Id is correct and its having the access of Content manager

@Athulya_S_Chandran

Some configuration you provided is wrong as per error it is not able to find…either you dont have access or you are pinting to wrong drive

cheers

But the same Configuration has been used to Read and Write activities to a file present in the parent folder. I am facing only issue with folder creation and also with find files and folders activity.

Could you please help me with the inputs that you are using for the Create folder activity.

@Athulya_S_Chandran

See it is like this…say you want to read or write then you need access to only that file…so it might work…when you want to do find files or create folder you need permissions on the folder you want to create that means all items in it mist be accessible to you or you need write access on the folder level and not on file level

cheers

Hi Athulya, did you found any solution for this issue?