How to create folder in Zoho with Zoho API? - api

I tried researching about creating folder in zoho with an API but, I didn't get far.
Create folder Zoho API: https://workdrive.zoho.com/apidocs/v1/folders/createfolder
I tried finding parent_id but I can't find it.
I saw these steps: https://workdrive.zoho.com/apidocs/v1/gettingstarted/fetching-ids
When I tried the first step, I got stuck
There is not data or anything showing up. I don't know why?
Could any show me how to get all 3 step working?

Related

Roblox and using the Asset Item ID in API to direct to the image thumbnail

I am working on a website with the Roblox API and was using the Asset ID to pull thumbnails of different assets in the catalog. The code below was working perfect until a few days ago.
<img src="https://www.roblox.com/asset-thumbnail/image?assetId=<?php echo get_field('roblox-item-id', $p->ID ) ?>&width=75&height=75"
Please note 'roblox-item-id' = Asset ID in my code above
The asset id is still correct because everything works on our website besides the thumbnails.
I saw a few post where a bit ago they changed the URL to get these images to rbxthumb://type=Asset&id=
This method also did not work and people who posted links to the solution in the past now have the same error I am getting.
It seems like there is some kind of undocumented change to access these thumbnails with the asset ID. Does anyone know of a way for me to access them or an alternative method I could use besides the asset id? This happened only days ago and the Roblox Dev forums don't seem to have anyone posting about it.

VBA MS Graph API call returns error 404 for unknown reason

OK so I have now spent hours trying to figure this out on my own with research but cannot seem to figure out what I'm doing wrong. I have a VBA program to call MS Graph API and find a specific folder id then use that id to create a share link and put it into my Access DB. I have my App-only Auth token working and all my permissions set in Azure AD. I have reviewed every post I could find on the subject and nothing has helped. from what I understand I am following the correct syntax and my folder does exist, but I still get the 404 error. Here is my code.
strPathProj = "https://graph.microsoft.com/v1.0/users/{user-id}/drive/root:/path-to-folder/
Any help will be much appreciated.

How to delete Google Calendar Event from API (Using Bubble.io)

I am trying to use the Google Calendar API to enable users of my application to create events, retrieve events info, and finally delete events in their google calendar directly from my app, which is by the way built in bubble.io.
I have successfully setup the first 2 usecases, but I am having issues setting up the last one.
I have tried to follow the API documentation from google, but without any luck so far. See screenshot attached of how my call looks right now - I have tried various variations of this call, but always get an error with "code: 404, Message: not found".
I think you should add parameters like as follow :
enter image description here
You can find more info here : https://developers.google.com/calendar/v3/reference/events/delete
Let me know if it was of any help,
A proud member of Bubble community.

ActiveCollab API return all active projects

We have problem with API from ActiveCollab. We are using this API point:
https://app.activecollab.com/117236/api/v1/projects/
but it is not returning all active projects. For example there is not included project "CrossMasters: Marketing" (https://app.activecollab.com/117236/projects/7).
Can you help us with that? Just a few days ago, it worked.
Projects API is paginated, and it returns 50 projects with latest activity. You can access other pages by adding page GET attribute. For example, you can request second page of projects by calling:
https://app.activecollab.com/117236/api/v1/projects?page=2
You can check pagination headers to see how many projects are there actually, and implement a loop based on that information, or simply go page by page until you get to a page that returns no results. More info about this can be found in this StackOverflow answer:
https://stackoverflow.com/a/40020858/338473

can someone post a "multiple table" example yadcf

I'm trying to get the "multiple tables" example from https://github.com/vedmack/yadcf working and i cant seem to get it to work.
Was wondering if anyone could post a zip file of a working example that i could just tweak.
I have a specific outcome i'm trying to test for with multiple tables where the second table gets filtered by the contents of the first table.
example: http://yadcf-showcase.appspot.com/dom_multi_columns_tables_1.10.html
You can grab all the needed files from the yadcf-showcase repo' , here is the link to the zip of the showcase , and this is the relevant html , here its in action in the showcase
you can grab the war folder and place it into your \Public folder of the DropBox and access it via the "Copy public link* that way there will be no need in web server.