How can I use document setting api in zoho project.
I wanna set team forder in document when I create new zoho project by the api.
There is no way to add team_folder in create API or any API on document.
When I try to update on zoho project I can see this api(/api/v3/portal/803768332/projects/2084820000001869045/documents/settings) is used
Can I use this api ? when I try to use, below error comes up.
- data: {
- error: {
- status_code: '401',
- instance: '/api/v3/portal/803768332/projects/2084820000001869045/documents/settings',
- title: 'INVALID_OAUTHSCOPE',
- error_type: 'FIELDS_VALIDATION_ERROR',
- details: [ { message: 'Invalid OAuth scope.' } ]
- }
- }
I have "ZohoCRM.modules.ALL,ZohoProjects.projects.ALL,ZohoProjects.tasks.ALL,ZohoProjects.tasklists.ALL,ZohoProjects.documents.ALL" this scope in the token now.